Fix heap-use-after-free in TestWaylandSeat::testDisconnect

This commit is contained in:
Martin Gräßlin 2016-10-11 08:37:55 +02:00
parent 2b8900daf5
commit 39fc8a4b4f

View file

@ -1832,6 +1832,7 @@ void TestWaylandSeat::testDisconnect()
keyboard->destroy();
pointer->destroy();
touch->destroy();
m_relativePointerManager->destroy();
m_compositor->destroy();
m_seat->destroy();
m_shm->destroy();