[HB] Fix leak
This commit is contained in:
parent
4e8a0602bb
commit
679f41fe61
|
@ -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&
|
||||
|
|
Loading…
Reference in New Issue