Hello,
I have a memory leak problem when using "FT_Attach_File";
the debugger says that the memory allocated with malloc
in ftsystem.c was never freed
(ftsystem.c, line 74, 
    return ft_smalloc( size );
)
I use "FT_Done_Face" for an opened face and 
"FT_Done_FreeType" for the library.
Do I need to perform some additional destructive
procedure when using "FT_Attach_File"?
I did not find anything about it in the documentation.
I am using Freetype 2.2.1.
Thank you very much in advance for you help,
Yuliana





_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to