Skip to content

session-lock: add missing lock_surface_destroy

Rouven Czerwinski requested to merge Emantor/wlroots:fix/session-lock into master

Add the missing lock_surface_destroy which was removed in dc7686c1 ("session-lock: don't remove inert role resource"). Otherwise we never remove the surface from our internal state, leading to us killing the locking daemon with a protocol error that is totally our fault.

Fixes #3691 (closed)

Merge request reports