RESOLVED INVALID 242013
IOSurfacePool has to stop its collection timer when it is being deleted
https://bugs.webkit.org/show_bug.cgi?id=242013
Summary IOSurfacePool has to stop its collection timer when it is being deleted
Said Abou-Hallawa
Reported 2022-06-26 01:38:26 PDT
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.
Attachments
Said Abou-Hallawa
Comment 1 2022-06-26 01:41:52 PDT
Said Abou-Hallawa
Comment 2 2022-06-26 01:48:34 PDT
Note You need to log in before you can comment on or make changes to this bug.