[wayland] Destroy our internal wayland connection from server side

More cleanup.
This commit is contained in:
Martin Gräßlin 2015-11-10 14:27:43 +01:00
parent 3f4e733468
commit 0bf51d99f6

View file

@ -84,6 +84,7 @@ void WaylandServer::destroyInternalConnection()
m_internalConnection.clientThread->wait();
delete m_internalConnection.clientThread;
m_internalConnection.client = nullptr;
m_internalConnection.server->destroy();
}
}