Bug 313723
| Summary: | REGRESSION(312071@main): [CoordinatedGraphics] layers to be removed are leaked in CoordinatedSceneState | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | 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
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
Pull request: https://github.com/WebKit/WebKit/pull/63955
EWS
Committed 312354@main (4c2e1d5705d0): <https://commits.webkit.org/312354@main>
Reviewed commits have been landed. Closing PR #63955 and removing active labels.