[Webkit-unassigned] [Bug 71259] Leaks seen in RenderRegion::setRenderBoxRegionInfo on Leaks bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 6 01:44:14 PST 2011


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





--- Comment #3 from Mihnea Ovidenie <mihnea at adobe.com>  2011-11-06 01:44:14 PST ---
I have taken a look at both methods RenderRegion::setRenderBoxRegionInfo and RenderFlowThread::setRegionRangeForBox. Using our current tests, i was not able to find a place where we leak in these functions and their associated data.

What i have found is that  in JavaScriptCore/Parser.cpp, Parser class destructor, we are not freeing the Lexer object that was allocated in the Parser ctor. I will make a patch with that fix unless there is a reason for doing that after https://bugs.webkit.org/show_bug.cgi?id=71138.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list