From 310c939570285c5da6401343a58867ccaac05ac3 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 15 Nov 2018 11:53:36 +0000 Subject: [PATCH] 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 --- src/wayland/autotests/client/test_plasma_virtual_desktop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/autotests/client/test_plasma_virtual_desktop.cpp b/src/wayland/autotests/client/test_plasma_virtual_desktop.cpp index e33b568737..5ef40936e7 100644 --- a/src/wayland/autotests/client/test_plasma_virtual_desktop.cpp +++ b/src/wayland/autotests/client/test_plasma_virtual_desktop.cpp @@ -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) {