[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] memory leak when attaching the file (FT_Attach_File)
From: |
Юлиана Зигангирова |
Subject: |
[ft-devel] memory leak when attaching the file (FT_Attach_File) |
Date: |
Sun, 04 Jun 2006 13:40:48 +0400 |
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
- [ft-devel] memory leak when attaching the file (FT_Attach_File),
Юлиана Зигангирова <=