freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] PCF driver memory leak??


From: Francesco Zappa Nardelli
Subject: Re: [Devel] PCF driver memory leak??
Date: 14 Jan 2002 18:54:14 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

NM> The bitmap created by the driver (line 198):

NM>     ALLOC(bitmap->buffer, bytes);

NM> never gets freed when I call FT_Done_Glyph.. 

AFAIK, FT_Done_Glyph should destroy a glyph, not a glyph slot, and
that buffer belongs to the glyph slot of the face object.  

My question is ``should the bitmap-buffer in the face->glyph glyph
slot be explicitely destroyed by the driver?''  If yes, please, tell
me when and where.

Regards,
-francesco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]