Skip to content

[wayland] Terminate clients before platform teardown

David Edmundson requested to merge work/teardown into master

This allows us to clear up any wayland objects held by clients before eglTerminate that could also hold references.

It also means calling kwin_wayland --replace doesn't notify clients about removing every global.

BUG: 449103

Testing done: Logged out successfully. Though I'm not sure my previous issue happened every time.

Merge request reports