1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

* Should fix FileTransferConnections not cleaning up properly.

This commit is contained in:
Christian Muehlhaeuser
2010-11-29 11:02:30 +01:00
parent e55233da64
commit 82cf51f058

View File

@@ -260,7 +260,7 @@ Connection::socketDisconnected()
if( m_msgprocessor_in.length() == 0 && m_sock->bytesAvailable() == 0 )
{
handleIncomingQueueEmpty();
// actualShutdown();
actualShutdown();
}
}