Skip to content

Fix use-after free and race conditions in Wayland idle inhibitation

Jonas Ådahl requested to merge jadahl/mutter:wip/idle-inhibit-fixes into main

Coverity noticed a user after free, and after poking a bit I realized there are a few race conditions if we rapidly change the conditions for inhibiting, so I went and added some explicit state tracking.

Merge request reports