[subset] avoid calling clear on null pool set.
This commit is contained in:
parent
9ed5f04a70
commit
752e393ad2
|
@ -116,6 +116,7 @@ struct hb_closure_context_t :
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (done_lookups_glyph_set->get (lookup_index)->get_population ())
|
||||||
done_lookups_glyph_set->get (lookup_index)->clear ();
|
done_lookups_glyph_set->get (lookup_index)->clear ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue