[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))))
|
&& _add_head_and_set_loca_version(c->plan, use_short_loca))))
|
||||||
{
|
{
|
||||||
// TODO signal fatal error
|
// TODO signal fatal error
|
||||||
|
hb_blob_destroy (loca_blob);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hb_blob_destroy (loca_blob);
|
||||||
return_trace (true);
|
return_trace (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue