Replace a free with hb_free

Ouch.
This commit is contained in:
Behdad Esfahbod 2023-06-26 18:40:54 -06:00
parent 1fc128f609
commit 452557cd18

View file

@ -382,7 +382,7 @@ struct CompositeGlyph
{
/* last 4 points in points_with_deltas are phantom points and should not be included */
if (i >= points_with_deltas.length - 4) {
free (o);
hb_free (o);
return false;
}