fix lealk with cff2::accelerator_templ_t::topDict (#1517)
This commit is contained in:
parent
3b81442cd5
commit
09fa536d89
|
@ -496,6 +496,7 @@ struct cff2
|
||||||
void fini ()
|
void fini ()
|
||||||
{
|
{
|
||||||
sc.end_processing ();
|
sc.end_processing ();
|
||||||
|
topDict.fini ();
|
||||||
fontDicts.fini_deep ();
|
fontDicts.fini_deep ();
|
||||||
privateDicts.fini_deep ();
|
privateDicts.fini_deep ();
|
||||||
hb_blob_destroy (blob);
|
hb_blob_destroy (blob);
|
||||||
|
|
Loading…
Reference in New Issue