Bugzilla – Attachment #72884: A patch to fix a memory leak issue. for bug #158156
/* we will now load the glyph image */
error = clazz->family_load_glyph( family, gindex, cache,
&inode->glyph );
if ( error )
{
FTC_INode_Free( inode, cache );
inode = NULL;
}
*pinode = inode;