[draw] Fix leak from e0a5231657
This commit is contained in:
parent
f8544cbfc0
commit
46a36771f4
|
@ -209,6 +209,9 @@ hb_draw_funcs_destroy (hb_draw_funcs_t *dfuncs)
|
||||||
#undef HB_DRAW_FUNC_IMPLEMENT
|
#undef HB_DRAW_FUNC_IMPLEMENT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hb_free (dfuncs->destroy);
|
||||||
|
hb_free (dfuncs->user_data);
|
||||||
|
|
||||||
hb_free (dfuncs);
|
hb_free (dfuncs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue