mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Do please check your debug for null pointers :-)
This commit is contained in:
@@ -481,6 +481,12 @@ Servent::socketError( QAbstractSocket::SocketError e )
|
||||
}
|
||||
|
||||
Connection* conn = sock->_conn;
|
||||
if ( !conn )
|
||||
{
|
||||
tLog() << "SocketError, connection is null";
|
||||
return;
|
||||
}
|
||||
|
||||
tLog() << "Servent::SocketError:" << e << conn->id() << conn->name();
|
||||
if( !sock->_disowned )
|
||||
{
|
||||
|
Reference in New Issue
Block a user