[subset] Destroy blob

This commit is contained in:
Rod Sheeter 2019-05-10 16:52:19 -07:00
parent 14db6512f8
commit b77dde8f13
1 changed files with 2 additions and 0 deletions

View File

@ -182,9 +182,11 @@ struct glyf
&& _add_head_and_set_loca_version(c->plan, use_short_loca))))
{
// TODO signal fatal error
hb_blob_destroy (loca_blob);
return false;
}
hb_blob_destroy (loca_blob);
return_trace (true);
}