fix lealk with cff2::accelerator_templ_t::topDict (#1517)

This commit is contained in:
Michiharu Ariza 2018-12-27 08:33:09 -08:00 committed by Behdad Esfahbod
parent 3b81442cd5
commit 09fa536d89
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ struct cff2
void fini ()
{
sc.end_processing ();
topDict.fini ();
fontDicts.fini_deep ();
privateDicts.fini_deep ();
hb_blob_destroy (blob);