1
0
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:
Christian Muehlhaeuser 2011-01-13 17:34:16 +01:00
parent 5beda42d57
commit a4e140972e

View File

@ -35,6 +35,7 @@ Servent::Servent( QObject* parent )
: QTcpServer( parent )
, m_port( 0 )
, m_externalPort( 0 )
, m_portfwd( 0 )
{
s_instance = this;