mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
changed mutex lock
This commit is contained in:
parent
e978624e3f
commit
d0b8c6ebd9
2 changed files with 4 additions and 4 deletions
|
|
@ -60,7 +60,6 @@ ServerSocketInterface::ServerSocketInterface(Servatrice *_server, QTcpSocket *_s
|
|||
|
||||
ServerSocketInterface::~ServerSocketInterface()
|
||||
{
|
||||
QMutexLocker locker(&servatrice->serverMutex);
|
||||
logger->logMessage("ServerSocketInterface destructor");
|
||||
|
||||
prepareDestroy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue