mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
[util] Fix leaks
This commit is contained in:
parent
338e61ad1b
commit
a88e2a73f3
1 changed files with 2 additions and 0 deletions
|
@ -384,6 +384,8 @@ struct shape_options_t : option_group_t
|
|||
{
|
||||
if (error)
|
||||
*error = "all shapers failed while shaping fragment.";
|
||||
hb_buffer_destroy (reconstruction);
|
||||
hb_buffer_destroy (fragment);
|
||||
return false;
|
||||
}
|
||||
hb_buffer_append (reconstruction, fragment, 0, -1);
|
||||
|
|
Loading…
Add table
Reference in a new issue