Skip to content

IdleTimePoller: Fix a crash at shutdown

Méven Car requested to merge (removed):fix-poller-unload-crash into master

Currently, kwin crashes at shutdown because the idle poller plugin is unloaded when exit handlers are run, after the waylandServer() is destroyed. This results in null dereferencing.

BUG: 443268

cc @vladz

Edited by Méven Car

Merge request reports