[wayland] Destroy our internal wayland connection from server side
More cleanup.
This commit is contained in:
parent
3f4e733468
commit
0bf51d99f6
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ void WaylandServer::destroyInternalConnection()
|
|||
m_internalConnection.clientThread->wait();
|
||||
delete m_internalConnection.clientThread;
|
||||
m_internalConnection.client = nullptr;
|
||||
m_internalConnection.server->destroy();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue