=== modified file 'src/nsfont.m' --- src/nsfont.m 2014-07-04 02:28:54 +0000 +++ src/nsfont.m 2014-07-07 16:01:01 +0000 @@ -945,6 +945,8 @@ xfree (font_info->glyphs[i]); xfree (font_info->metrics[i]); } + xfree (font_info->glyphs); + xfree (font_info->metrics); [font_info->nsfont release]; #ifdef NS_IMPL_COCOA CGFontRelease (font_info->cgfont);