[cff] Remove some more fini_deep()

pull/3381/head
Behdad Esfahbod 3 years ago
parent 29f60d1eaa
commit 4eb6e6ea16
  1. 4
      src/hb-ot-cff1-table.hh
  2. 4
      src/hb-ot-cff2-table.hh

@ -1144,8 +1144,8 @@ struct cff1
{
sc.end_processing ();
topDict.fini ();
fontDicts.fini_deep ();
privateDicts.fini_deep ();
fontDicts.fini ();
privateDicts.fini ();
hb_blob_destroy (blob);
blob = nullptr;
}

@ -475,8 +475,8 @@ struct cff2
{
sc.end_processing ();
topDict.fini ();
fontDicts.fini_deep ();
privateDicts.fini_deep ();
fontDicts.fini ();
privateDicts.fini ();
hb_blob_destroy (blob);
blob = nullptr;
}

Loading…
Cancel
Save