mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[util] Fix memory leak
This commit is contained in:
parent
d3d99f8bb6
commit
6d53cda1ba
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ parse_unicodes (const char *name G_GNUC_UNUSED,
|
|||
hb_codepoint_t u = strtoul (s, &p, 16);
|
||||
if (errno || s == p)
|
||||
{
|
||||
g_string_free (gs, TRUE);
|
||||
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
|
||||
"Failed parsing Unicode values at: '%s'", s);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue