[HB] Fix leak

This commit is contained in:
Behdad Esfahbod 2009-08-04 21:32:06 -04:00
parent 4e8a0602bb
commit 679f41fe61
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ _hb_ot_layout_fini (hb_face_t *face)
hb_blob_destroy (layout->gdef_blob);
hb_blob_destroy (layout->gsub_blob);
hb_blob_destroy (layout->gpos_blob);
free (layout->new_gdef.klasses);
}
static const GDEF&