Fix heap-use-after-free in TestWaylandSeat::testDisconnect
This commit is contained in:
parent
2b8900daf5
commit
39fc8a4b4f
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue