https://bugs.kde.org/show_bug.cgi?id=465801
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kidletime/commit/537 | |79a8d8fb177762d0435634c8ca4 | |5b0a47f1db Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |5.104 --- Comment #3 from David Redondo <k...@david-redondo.de> --- Git commit 53779a8d8fb177762d0435634c8ca45b0a47f1db by David Redondo. Committed on 16/02/2023 at 11:16. Pushed by davidre into branch 'master'. wayland: Guard wayland object destructors Kidletime is a singleton and the client API works by supplying ints to add or remove timeouts. When not all timeouts are removed before program exits, trying to destroy the wayland objects will crash since the lifetime of the wayland connection is tied to the QGuiApplication. FIXED-IN:5.104 M +7 -3 src/plugins/wayland/poller.cpp https://invent.kde.org/frameworks/kidletime/commit/53779a8d8fb177762d0435634c8ca45b0a47f1db -- You are receiving this mail because: You are watching all bug changes.