[util] Fix leaks
This commit is contained in:
parent
338e61ad1b
commit
a88e2a73f3
|
@ -384,6 +384,8 @@ struct shape_options_t : option_group_t
|
||||||
{
|
{
|
||||||
if (error)
|
if (error)
|
||||||
*error = "all shapers failed while shaping fragment.";
|
*error = "all shapers failed while shaping fragment.";
|
||||||
|
hb_buffer_destroy (reconstruction);
|
||||||
|
hb_buffer_destroy (fragment);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
hb_buffer_append (reconstruction, fragment, 0, -1);
|
hb_buffer_append (reconstruction, fragment, 0, -1);
|
||||||
|
|
Loading…
Reference in New Issue