diff --git a/src/hb-ot-shape.hh b/src/hb-ot-shape.hh index de0826ffa..cd6f15cbe 100644 --- a/src/hb-ot-shape.hh +++ b/src/hb-ot-shape.hh @@ -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;