[subset] add free
This commit is contained in:
parent
d463e9f6b5
commit
42a80f00d5
|
@ -79,6 +79,7 @@ struct hmtxvmtx
|
||||||
hb_blob_t *src_blob = OT::Sanitizer<H>().sanitize (plan->source->reference_table (T::tableTag));
|
hb_blob_t *src_blob = OT::Sanitizer<H>().sanitize (plan->source->reference_table (T::tableTag));
|
||||||
if (unlikely(!src_blob))
|
if (unlikely(!src_blob))
|
||||||
{
|
{
|
||||||
|
free(dest);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
unsigned int src_length;
|
unsigned int src_length;
|
||||||
|
|
Loading…
Reference in New Issue