Fix leak
This commit is contained in:
parent
f860366456
commit
4ba647eecf
|
@ -203,6 +203,8 @@ void
|
|||
_hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *data)
|
||||
{
|
||||
data->map.finish ();
|
||||
|
||||
free (data);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue