Cleanup windowInterface in tests before windowManagement is destroyed
Test Plan: Valgrind was quieter on the virtual desktop test Reviewers: #kwin, mart Reviewed By: #kwin, mart Subscribers: mart, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D16877
This commit is contained in:
parent
8dc537ff0a
commit
310c939570
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ void TestVirtualDesktop::cleanup()
|
|||
}
|
||||
CLEANUP(m_compositor)
|
||||
CLEANUP(m_plasmaVirtualDesktopManagement)
|
||||
CLEANUP(m_windowInterface)
|
||||
CLEANUP(m_windowManagement)
|
||||
CLEANUP(m_queue)
|
||||
if (m_connection) {
|
||||
|
|
Loading…
Reference in a new issue