[ft-cvs] freetype2 ChangeLog src/pfr/pfrobjs.c

2006-06-04 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Changes by: David Turner freetype 06/06/04 14:33:08 Modified files: . : ChangeLog src/pfr: pfrobjs.c Log message: * src/pfr/pfrobjs.c (pfr_face_init): fix the computation of

[ft-cvs] ft2demos ChangeLog src/ftbench.c

2006-06-04 Thread David Turner
CVSROOT:/sources/freetype Module name:ft2demos Changes by: David Turner freetype 06/06/04 15:00:59 Modified files: . : ChangeLog src: ftbench.c Log message: * src/ftbench.c (main): fixed a subtle memory corruption bug

[ft-cvs] ft2demos/src ftbench.c

2006-06-04 Thread Werner LEMBERG
CVSROOT:/cvsroot/freetype Module name:ft2demos Changes by: Werner LEMBERG wl 06/06/04 15:24:28 Modified files: src: ftbench.c Log message: formatting, rewording CVSWeb URLs:

Re: [ft] FTJam build problem (Win32/MinGW)

2006-06-04 Thread Werner LEMBERG
Hi David, thanks for the suggestion - I hadn't realised there was a later version of ftjam. Based on Brian's tip, I added #define FT2_BUILD_LIBRARY to ft2build.h and ftjam then built ok. Why it wasn't picking up the DEFINES statement in the Jamfile I'm not quite sure. I'll try FTJam 2.5.1

Re: [ft] bug in ftbench.c ?

2006-06-04 Thread David Turner
Hello again, I've used VS2003 to compile this example, and when the cache option is open, the App would crash when execute to FT_Done_Face( face );. and I can see clearly that after FTC_Manager_Done( cache_man ), the face's memory have been throughly destroyed! you're absolutely

Re: [ft-devel] Problem in ftglue with TrueType Collections

2006-06-04 Thread David Turner
Hello Behdad, sorry for the long answer, I was in vacation + the kids not letting me approaching the keyboard much (damn those PC Dora the explorer games !! :-) The patch in comment #10 is entirely correct. I'm sorry for having written the bug in the first place. Regards, - David Turner - The

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

2006-06-04 Thread Юлиана Зигангирова
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

Re: [ft-devel] Problem in ftglue with TrueType Collections

2006-06-04 Thread Werner LEMBERG
The patch in comment #10 is entirely correct. I'm sorry for having written the bug in the first place. I've updated the patch for pango 1.8.1. Werner PS: David, I've added your address [EMAIL PROTECTED]' to the `freetype' mailing list.