mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
LocalServer crash fix
This commit is contained in:
@@ -29,6 +29,7 @@ Server_ProtocolHandler::~Server_ProtocolHandler()
|
||||
void Server_ProtocolHandler::prepareDestroy()
|
||||
{
|
||||
QMutexLocker locker(&server->serverMutex);
|
||||
qDebug("Server_ProtocolHandler::prepareDestroy");
|
||||
|
||||
server->removeClient(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user