Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128760 | Differences between
and this patch

Collapse All | Expand All

(-)freetype-2.1.10/src/cache/ftcimage.c.memleak (+6 lines)
Lines 78-83 Link Here
78
      /* we will now load the glyph image */
78
      /* we will now load the glyph image */
79
      error = clazz->family_load_glyph( family, gindex, cache,
79
      error = clazz->family_load_glyph( family, gindex, cache,
80
                                        &inode->glyph );
80
                                        &inode->glyph );
81
82
      if ( error )
83
      {
84
        FTC_INode_Free( inode, cache );
85
        inode = NULL;
86
      }
81
    }
87
    }
82
88
83
    *pinode = inode;
89
    *pinode = inode;

Return to bug 128760