[Webkit-unassigned] [Bug 39443] Accelerated compositing leaks tons of GDI region objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 20 14:05:04 PDT 2010


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





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2010-05-20 14:05:04 PST ---
Looks like there's a leak in the getDirtyRects function in WKCACFLayerRenderer.cpp:

<http://trac.webkit.org/browser/trunk/WebCore/platform/graphics/win/WKCACFLayerRenderer.cpp?rev=59684#L455>

If we bail out early after calling CreateRectRgn, we forget to destroy the region. (Note that the extremely similar code in WebView.cpp does not have this bug, because it uses OwnPtr.)

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