Destroy the subset plan at the end of subsetting.

pull/792/head
Garret Rieger 7 years ago
parent 0301e5be28
commit 5df080bf15
  1. 1
      src/hb-subset.cc

@ -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 ();
}

Loading…
Cancel
Save