WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Said Abou-Hallawa
Comment 1
2022-06-26 01:41:52 PDT
rdar://94516877
Said Abou-Hallawa
Comment 2
2022-06-26 01:48:34 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/1808
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug