My KWIN fork where I work on features like per-output virtual desktops
1414e2abcc
Summary: Current code contains a path to cleanup PlasmaVirtualDesktopManagementInterface's list of destops if the PlasmaVirtualDesktop object is destroyed. However at the time that this is run, the entry in the list is already dangling and therefore shouldn't be used. This patch moves the cleanup logic into the destructor of PlasmaVirtualDesktop, however this means we need to make sure PlasmaVirtualDesktopManagementInterface outlives the PlasmaVirtualDesktop by performing an explicit early cleanup instead of relying on QObject. Test Plan: Relevant unit test still passes. Reviewers: #kwin, mart Reviewed By: #kwin, mart Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D16686 |
||
---|---|---|
src/wayland |