Try fix leak

This commit is contained in:
Behdad Esfahbod 2022-07-20 15:26:32 -06:00
parent e1b5f2f806
commit 3fad942ee2
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ struct hb_shape_plan_key_t;
struct hb_ot_shape_plan_t
{
~hb_ot_shape_plan_t () { fini (); }
hb_segment_properties_t props;
const struct hb_ot_shaper_t *shaper;
hb_ot_map_t map;