mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1082167 - don't leak featurelookups within InputsForOpenTypeFeature. r=jfkthame
This commit is contained in:
parent
79fb3b538c
commit
067dd6c32b
@ -994,6 +994,7 @@ gfxFontEntry::InputsForOpenTypeFeature(int32_t aScript, uint32_t aFeatureTag)
|
||||
nullptr, inputGlyphs,
|
||||
nullptr, nullptr);
|
||||
}
|
||||
hb_set_destroy(featurelookups);
|
||||
}
|
||||
|
||||
hb_face_destroy(face);
|
||||
|
Loading…
Reference in New Issue
Block a user