mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 01:00:37 +00:00
Fix leak
This commit is contained in:
parent
cad264b2c9
commit
0a678a9233
1 changed files with 1 additions and 0 deletions
|
@ -4932,6 +4932,7 @@ struct GSUBGPOS
|
|||
|
||||
if (unlikely (!accels[lookup_index].cmpexch (nullptr, accel)))
|
||||
{
|
||||
accel->fini ();
|
||||
hb_free (accel);
|
||||
goto retry;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue