Freeing glyph, fixes #446

This commit is contained in:
wiredfool 2013-12-13 21:29:17 -08:00
parent 404b245d89
commit ed8cede51e

View File

@ -241,6 +241,7 @@ font_getsize(FontObject* self, PyObject* args)
yoffset = face->glyph->metrics.horiBearingY;
last_index = index;
FT_Done_Glyph(glyph);
}
if (face) {