[util] Fix leaks

pull/522/head
Behdad Esfahbod 7 years ago
parent 338e61ad1b
commit a88e2a73f3
  1. 2
      util/options.hh

@ -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…
Cancel
Save