This commit is contained in:
Behdad Esfahbod 2025-02-06 01:02:44 +00:00
parent cad264b2c9
commit 0a678a9233

View file

@ -4932,6 +4932,7 @@ struct GSUBGPOS
if (unlikely (!accels[lookup_index].cmpexch (nullptr, accel)))
{
accel->fini ();
hb_free (accel);
goto retry;
}