Skip to content

Wayland backend: Don't crash when terminating

Aleix Pol Gonzalez requested to merge work/apol/sigterm-properly into master

Remember to release all resources before the wayland socket goes:

  • release the seat as we give up a seat
  • release the pointer and ssdManager
  • release the output decoration with the output itself Otherwise they leak and stay dangling.

Merge request reports