[subset] add free

This commit is contained in:
Rod Sheeter 2018-02-14 15:04:35 -08:00
parent d463e9f6b5
commit 42a80f00d5
1 changed files with 1 additions and 0 deletions

View File

@ -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;