mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +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 )
|
if( m_msgprocessor_in.length() == 0 && m_sock->bytesAvailable() == 0 )
|
||||||
{
|
{
|
||||||
handleIncomingQueueEmpty();
|
handleIncomingQueueEmpty();
|
||||||
// actualShutdown();
|
actualShutdown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user