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