This commit is contained in:
Behdad Esfahbod 2012-07-30 09:53:06 -04:00
parent f860366456
commit 4ba647eecf
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}