Skip to content

xwayland: Avoid crash if processing keys after xwayland is disconnected

David Edmundson requested to merge work/cherry-pick-79ef1be5 into Plasma/6.1

Whilst the XWayland input filter only runs whilst XWayland is running there is hypothetical window between the wayland connection to xwayland being disconnected and handleXwaylandFinished, the process exiting. This should be guarded correctly.

BUG: 480925

(cherry picked from commit 79ef1be5)

Merge request reports