[Webkit-unassigned] [Bug 18150] LEAK: 39 Node on Acid3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 23:13:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18150





------- Comment #2 from eric at webkit.org  2008-04-14 23:13 PDT -------
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.


-- 
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