[subset] Destroy blob
This commit is contained in:
parent
14db6512f8
commit
b77dde8f13
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue