mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
fix leak attempt ^2
This commit is contained in:
parent
a9c305c2b0
commit
82248b9287
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ struct cff2_subset_plan {
|
|||
subset_fdselect_ranges.fini ();
|
||||
fdmap.fini ();
|
||||
subset_charstrings.fini ();
|
||||
flat_charstrings.fini ();
|
||||
flat_charstrings.fini_deep ();
|
||||
privateDictInfos.fini ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue