[Webkit-unassigned] [Bug 18150] LEAK: 39 Node on Acid3
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 14 23:19:40 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18150
------- Comment #3 from eric at webkit.org 2008-04-14 23:19 PDT -------
(In reply to comment #2)
> This might be related to the obvious leak of SimplFontData objects from:
> SimpleFontData* CSSFontFaceSource::getFontData(const FontDescription&
> fontDescription, bool syntheticBold, bool syntheticItalic, CSSFontSelector*
> fontSelector)
>
> That method is named "get" but we return new'd pointers in the SVG fonts case.
> Bad bad.
>
Ok, I was wrong. These get stuffed off into m_fontDataTable and released when
pruneTable() is called.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list