[ot-glyf] Fix leak issue
This commit is contained in:
parent
fddf79fc37
commit
742aaa1363
|
@ -129,6 +129,8 @@ struct _hb_ot_glyph_path_vectors
|
||||||
{
|
{
|
||||||
coords->fini ();
|
coords->fini ();
|
||||||
commands->fini ();
|
commands->fini ();
|
||||||
|
free (coords);
|
||||||
|
free (commands);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue