Fix hb_ot_layout leak

This commit is contained in:
Behdad Esfahbod 2010-09-22 17:38:44 -04:00
parent 8e577acae2
commit 9ea7368fce
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ _hb_ot_layout_free (hb_ot_layout_t *layout)
hb_blob_destroy (layout->gpos_blob);
free (layout->new_gdef.klasses);
free (layout);
}
static const GDEF&