mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Initialize m_portfwd so we don't crash deleting a bogus pointer.
This commit is contained in:
@@ -35,6 +35,7 @@ Servent::Servent( QObject* parent )
|
|||||||
: QTcpServer( parent )
|
: QTcpServer( parent )
|
||||||
, m_port( 0 )
|
, m_port( 0 )
|
||||||
, m_externalPort( 0 )
|
, m_externalPort( 0 )
|
||||||
|
, m_portfwd( 0 )
|
||||||
{
|
{
|
||||||
s_instance = this;
|
s_instance = this;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user