Skip to content

core: Disconnect notify::is-grabbed signal when closing display

Carlos Garnacho requested to merge carlosg/mutter:wip/disconnect-signal into main

Given destruction order, the display goes away before the stage, so this lingering signal connection may trigger unintended crashes.

Fixes: 05eeb684 ("window: Postpone focusing until grab ended if uninteractable")

Merge request reports