fix leak attempt ^2

This commit is contained in:
Michiharu Ariza 2018-11-01 10:36:50 -07:00
parent a9c305c2b0
commit 82248b9287
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();
}