[cff] Remove some more fini_deep()

This commit is contained in:
Behdad Esfahbod 2022-01-18 12:07:05 -07:00
parent 29f60d1eaa
commit 4eb6e6ea16
2 changed files with 4 additions and 4 deletions

View File

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

View File

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