mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 593296 - correctly release kern table in HB shaper. r=jdaggett a=blocking2.0
This commit is contained in:
parent
76877aae0c
commit
d2ab2a82f6
@ -83,6 +83,7 @@ gfxHarfBuzzShaper::~gfxHarfBuzzShaper()
|
||||
{
|
||||
hb_blob_destroy(mCmapTable);
|
||||
hb_blob_destroy(mHmtxTable);
|
||||
hb_blob_destroy(mKernTable);
|
||||
hb_face_destroy(mHBFace);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user