[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Memory leak in cffobjs.c, cff_face_init() with 2.1.8rc1
From: |
David Turner |
Subject: |
Re: [Devel] Memory leak in cffobjs.c, cff_face_init() with 2.1.8rc1 |
Date: |
Wed, 21 Apr 2004 16:34:24 +0200 |
User-agent: |
Mozilla Thunderbird 0.5 (Windows/20040207) |
Hello,
Dave Formanek wrote:
Here's the allocation:
char* full = cff_index_get_sid_string( &cff->string_index, dict->full_name,
psnames );
Notice that FT_FREE( full ) is only called if ( !*family ) and it should be
called at the scope of "if ( full )"
This is fixed in the CVS, thanks.
I'm also currently making the 2.1.8 release. Announcement will come soon.
Best Regards,
- David Turner
- The FreeType Project (www.freetype.org)