From 4eb6e6ea16e0b4f6ac7271929849c3e8f52c8cc6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 18 Jan 2022 12:07:05 -0700 Subject: [PATCH] [cff] Remove some more fini_deep() --- src/hb-ot-cff1-table.hh | 4 ++-- src/hb-ot-cff2-table.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index 5dd183e3a..a8c0434fc 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-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; } diff --git a/src/hb-ot-cff2-table.hh b/src/hb-ot-cff2-table.hh index 829217fea..667ff87d0 100644 --- a/src/hb-ot-cff2-table.hh +++ b/src/hb-ot-cff2-table.hh @@ -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; }