[Webkit-unassigned] [Bug 205387] New: [CoordinatedGraphics] ThreadedDisplayRefreshMonitor is never released
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 18 04:15:04 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205387
Bug ID: 205387
Summary: [CoordinatedGraphics] ThreadedDisplayRefreshMonitor is
never released
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org, zan at falconsigh.net
The problem is that DisplayRefreshMonitorManager::createMonitorForClient() always creates a new one for RenderingUpdateScheduler because it's not notified of the window screen change. So, createDisplayRefreshMonitor() is called every time, which returns a reference of the same object, but it's added to the monitors Vector of DisplayRefreshMonitorManager and never removed from there.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191218/5ea7a366/attachment-0001.htm>
More information about the webkit-unassigned
mailing list