Re: [ft-devel] memory leak when attaching the file (FT_Attach_File)

2006-06-06 Thread David Turner
Hello, this has been recorded as bug #16768 in Savannah, and is now fixed in the CVS. The memory leak only happened when the AFM file didn't have kerning pairs Thanks a lot, - David Юлиана Зигангирова a e'crit : > Hello, > I have a memory leak problem when using "FT_Attach_File"; > the debugge

Re: [ft-devel] Memory leak in cff fonts

2006-06-06 Thread David Turner
Oops sorry, this is fixed now, I forgot to change one parameter in a call Guess I shouldn't be bugfixing while doing other things in parallel... :-) Thanks, - David Werner LEMBERG a écrit : I've recorded this as bug #16759, it is also now fixed in the CVS Hmm, I get the segfault below

Re: [ft-devel] Memory leak in cff fonts

2006-06-06 Thread Werner LEMBERG
> I've recorded this as bug #16759, it is also now fixed in the CVS Hmm, I get the segfault below with valgrind --leak-check=full ftview 20 F2.cff (F2.cff is the example font sent by Boris.) Werner == ==26040== Memc

Re: [ft-devel] Memory leak in cff fonts

2006-06-06 Thread David Turner
Hi all, I've recorded this as bug #16759, it is also now fixed in the CVS The fix changes ps_unicodes_init to also take a 'free_glyph_name' callback, used to release the glyph string when needed. Thanks to everyone, - David Turner - The FreeType Project (www.freetype.org)