RESOLVED FIXED313723
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
Carlos Garcia Campos
Comment 1 2026-04-30 01:45:17 PDT
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.