From 09fa536d89d969998fe6bbe274a9964c73d1d982 Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Thu, 27 Dec 2018 08:33:09 -0800 Subject: [PATCH] fix lealk with cff2::accelerator_templ_t::topDict (#1517) --- src/hb-ot-cff2-table.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-cff2-table.hh b/src/hb-ot-cff2-table.hh index 8cbc07df3..3feacd3ee 100644 --- a/src/hb-ot-cff2-table.hh +++ b/src/hb-ot-cff2-table.hh @@ -496,6 +496,7 @@ struct cff2 void fini () { sc.end_processing (); + topDict.fini (); fontDicts.fini_deep (); privateDicts.fini_deep (); hb_blob_destroy (blob);