Fix hb_ot_layout leak
This commit is contained in:
parent
8e577acae2
commit
9ea7368fce
@ -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&
|
||||
|
Loading…
Reference in New Issue
Block a user