[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));
|
||||
if (unlikely(!src_blob))
|
||||
{
|
||||
free(dest);
|
||||
return false;
|
||||
}
|
||||
unsigned int src_length;
|
||||
|
|
Loading…
Reference in New Issue