diff --git a/gfx/thebes/gfxFont.cpp b/gfx/thebes/gfxFont.cpp index f9644f4f289e..e1fff005ce68 100644 --- a/gfx/thebes/gfxFont.cpp +++ b/gfx/thebes/gfxFont.cpp @@ -1117,6 +1117,7 @@ gfxFontCache::NotifyReleased(gfxFont *aFont) void gfxFontCache::NotifyExpired(gfxFont *aFont) { + aFont->ClearCachedWords(); RemoveObject(aFont); DestroyFont(aFont); }