freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] Memory leak in cffobjs.c, cff_face_init() with 2.1.8rc1


From: Dave Formanek
Subject: [Devel] Memory leak in cffobjs.c, cff_face_init() with 2.1.8rc1
Date: Wed, 21 Apr 2004 07:51:51 -0600

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 )"

Dave





reply via email to

[Prev in Thread] Current Thread [Next in Thread]