[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] PCF driver memory leak??
From: |
Niels Moseley |
Subject: |
[Devel] PCF driver memory leak?? |
Date: |
Mon, 14 Jan 2002 10:28:09 +0100 |
Hi people,
Freetype 2.0.6 looks really good now! Great stuff..
I'm trying to use PCF fonts now but I keep getting memory leaks..
The bitmap created by the driver (line 198):
ALLOC(bitmap->buffer, bytes);
never gets freed when I call FT_Done_Glyph.. The bitmap has the
"ft_glyph_own_bitmap" property set so I guess that the driver must take
care of the bitmap .. ?? I have no idea who needs to free what so I'd
better leave it up to you guys!
Cheers, Niels.
- [Devel] PCF driver memory leak??,
Niels Moseley <=