mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-02 00:00:07 -08:00
changed mutex lock
This commit is contained in:
@@ -60,7 +60,6 @@ ServerSocketInterface::ServerSocketInterface(Servatrice *_server, QTcpSocket *_s
|
||||
|
||||
ServerSocketInterface::~ServerSocketInterface()
|
||||
{
|
||||
QMutexLocker locker(&servatrice->serverMutex);
|
||||
logger->logMessage("ServerSocketInterface destructor");
|
||||
|
||||
prepareDestroy();
|
||||
|
||||
Reference in New Issue
Block a user