mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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;
|
Connection* conn = sock->_conn;
|
||||||
|
if ( !conn )
|
||||||
|
{
|
||||||
|
tLog() << "SocketError, connection is null";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
tLog() << "Servent::SocketError:" << e << conn->id() << conn->name();
|
tLog() << "Servent::SocketError:" << e << conn->id() << conn->name();
|
||||||
if( !sock->_disowned )
|
if( !sock->_disowned )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user