[wayland] Destroy our internal wayland connection from server side

More cleanup.
icc-effect-5.14.5
Martin Gräßlin 2015-11-10 14:27:43 +01:00
parent 3f4e733468
commit 0bf51d99f6
1 changed files with 1 additions and 0 deletions

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();
}
}