diff --git a/autotests/wayland/debug_console_test.cpp b/autotests/wayland/debug_console_test.cpp index ca9dd825fc..e5463d940b 100644 --- a/autotests/wayland/debug_console_test.cpp +++ b/autotests/wayland/debug_console_test.cpp @@ -415,6 +415,7 @@ void DebugConsoleTest::testWaylandClient() QEXPECT_FAIL("", "Deleting a ShellSurface does not result in the server removing the ShellClient", Continue); QVERIFY(rowsRemovedSpy.wait()); // also destroy the connection to ensure the ShellSurface goes away + surface.reset(); shell.reset(); shm.reset(); compositor.reset();