[Webkit-unassigned] [Bug 242013] New: IOSurfacePool has to stop its collection timer when it is being deleted
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 26 01:38:26 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242013
Bug ID: 242013
Summary: IOSurfacePool has to stop its collection timer when it
is being deleted
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
The timer is a kernel object and if it is active it can fire even after its container RunLoop::Timer object is destroyed. So the destructor of IOSurfacePool needs to stop the collection timer if it is active.
--
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/20220626/698ee178/attachment.htm>
More information about the webkit-unassigned
mailing list