[subset] Fix memory leak in hb-subset-glyf.
This commit is contained in:
parent
e61f360dc8
commit
99967e21c6
|
@ -234,6 +234,8 @@ hb_subset_glyf_and_loca (hb_subset_plan_t *plan,
|
|||
use_short_loca,
|
||||
glyf_prime,
|
||||
loca_prime);
|
||||
|
||||
hb_blob_destroy (glyf_blob);
|
||||
glyf.fini();
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue