1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

sipjreen: avoid dangling pointer if the XmlConsole is not used

This commit is contained in:
Dominik Schmidt 2011-05-10 02:27:50 +02:00
parent 350be106c6
commit 7ac7925ec6

View File

@ -61,6 +61,7 @@ JabberFactory::icon() const
JabberPlugin::JabberPlugin( const QString& pluginId )
: SipPlugin( pluginId )
, m_menu( 0 )
, m_xmlConsole( 0 )
, m_state( Disconnected )
{
qDebug() << Q_FUNC_INFO;