Bug 313723

Summary: REGRESSION(312071@main): [CoordinatedGraphics] layers to be removed are leaked in CoordinatedSceneState
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.