bug 593296 - correctly release kern table in HB shaper. r=jdaggett a=blocking2.0

This commit is contained in:
Jonathan Kew 2010-09-16 17:41:41 +01:00
parent 76877aae0c
commit d2ab2a82f6

View File

@ -83,6 +83,7 @@ gfxHarfBuzzShaper::~gfxHarfBuzzShaper()
{
hb_blob_destroy(mCmapTable);
hb_blob_destroy(mHmtxTable);
hb_blob_destroy(mKernTable);
hb_face_destroy(mHBFace);
}