[Webkit-unassigned] [Bug 24551] [Qt] leaks in font-handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 10:35:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24551





------- Comment #11 from Kelemen.Balazs.3 at stud.u-szeged.hu  2009-03-26 10:35 PDT -------
Ops, in a more fully browsing I get segfault, so I must clear the review flag.
Things get wrong in method(s) of SVGFont.
It is because returning with zero from FontCache::getCachedFontPlatformData.
The leak can also destroy through returning from this with a new object and
delete it in FontCache::getCachedFontData (it gets it as a parameter) but I
think it is silly so I try to find a better solution. 


-- 
Configure bugmail: https://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