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:
parent
350be106c6
commit
7ac7925ec6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user