Destroy the subset plan at the end of subsetting.
This commit is contained in:
parent
0301e5be28
commit
5df080bf15
|
@ -365,5 +365,6 @@ hb_subset (hb_face_t *source,
|
||||||
}
|
}
|
||||||
} while (count == ARRAY_LENGTH (table_tags));
|
} while (count == ARRAY_LENGTH (table_tags));
|
||||||
|
|
||||||
|
hb_subset_plan_destroy (plan);
|
||||||
return success ? dest : hb_face_get_empty ();
|
return success ? dest : hb_face_get_empty ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue