Bug 1082167 - don't leak featurelookups within InputsForOpenTypeFeature. r=jfkthame

This commit is contained in:
John Daggett 2014-10-15 08:38:03 +09:00
parent 79fb3b538c
commit 067dd6c32b

View File

@ -994,6 +994,7 @@ gfxFontEntry::InputsForOpenTypeFeature(int32_t aScript, uint32_t aFeatureTag)
nullptr, inputGlyphs,
nullptr, nullptr);
}
hb_set_destroy(featurelookups);
}
hb_face_destroy(face);