WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
313723
REGRESSION(
312071@main
): [CoordinatedGraphics] layers to be removed are leaked in CoordinatedSceneState
https://bugs.webkit.org/show_bug.cgi?id=313723
Summary
REGRESSION(312071@main): [CoordinatedGraphics] layers to be removed are leake...
Carlos Garcia Campos
Reported
2026-04-30 01:42:45 PDT
We call WTF::move to pass the layers to remove to the pending hash set, but move doesn't changes the state when called this way. We should use std::exchange instead to make sure.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2026-04-30 01:45:17 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63955
EWS
Comment 2
2026-04-30 03:22:38 PDT
Committed
312354@main
(4c2e1d5705d0): <
https://commits.webkit.org/312354@main
> Reviewed commits have been landed. Closing PR #63955 and removing active labels.
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