mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset] Fix memory leak in hb-subset-glyf.
This commit is contained in:
parent
e61f360dc8
commit
99967e21c6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue