changed mutex lock

This commit is contained in:
Max-Wilhelm Bruker
2011-04-19 04:13:23 +02:00
parent e978624e3f
commit d0b8c6ebd9
2 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,6 @@ ServerSocketInterface::ServerSocketInterface(Servatrice *_server, QTcpSocket *_s
ServerSocketInterface::~ServerSocketInterface()
{
QMutexLocker locker(&servatrice->serverMutex);
logger->logMessage("ServerSocketInterface destructor");
prepareDestroy();