[subset] Fix memory leak in hb-subset-glyf.

This commit is contained in:
Garret Rieger 2018-02-23 15:45:45 -08:00
parent e61f360dc8
commit 99967e21c6
1 changed files with 2 additions and 0 deletions

View File

@ -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;