mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Replace a free with hb_free
Ouch.
This commit is contained in:
parent
1fc128f609
commit
452557cd18
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue