Destroy the subset plan at the end of subsetting.

This commit is contained in:
Garret Rieger 2018-02-12 10:15:59 -08:00
parent 0301e5be28
commit 5df080bf15
1 changed files with 1 additions and 0 deletions

View File

@ -365,5 +365,6 @@ hb_subset (hb_face_t *source,
}
} while (count == ARRAY_LENGTH (table_tags));
hb_subset_plan_destroy (plan);
return success ? dest : hb_face_get_empty ();
}