Behdad Esfahbod 2015-10-13 10:32:56 -03:00
parent 55db94be2b
commit ed13e2ce50
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ _hb_ot_font_destroy (hb_ot_font_t *ot_font)
ot_font->cmap.fini ();
ot_font->h_metrics.fini ();
ot_font->v_metrics.fini ();
ot_font->glyf.fini ();
free (ot_font);
}