[Webkit-unassigned] [Bug 53384] RenderFullScreen::createFullScreenStyle() leaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 29 17:35:55 PST 2011


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





--- Comment #2 from Jer Noble <jer.noble at apple.com>  2011-01-29 17:35:55 PST ---
Looks like the last line of createFullScreenStyle() should be changed from:

    return fullscreenStyle;

to:

    return fullscreenStyle.release();

As per the "Mixing RefPtr and PassRefPtr" section of http://webkit.org/coding/RefPtr.html.

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