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:
@@ -260,7 +260,7 @@ Connection::socketDisconnected()
|
||||
if( m_msgprocessor_in.length() == 0 && m_sock->bytesAvailable() == 0 )
|
||||
{
|
||||
handleIncomingQueueEmpty();
|
||||
// actualShutdown();
|
||||
actualShutdown();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user