diff --git a/src/accounts/xmpp/XmppInfoPlugin.cpp b/src/accounts/xmpp/XmppInfoPlugin.cpp index c1b17f870..e0b21ab54 100644 --- a/src/accounts/xmpp/XmppInfoPlugin.cpp +++ b/src/accounts/xmpp/XmppInfoPlugin.cpp @@ -129,6 +129,8 @@ void Tomahawk::InfoSystem::XmppInfoPlugin::onQueryLinkReady( const QVariantMap& data ) { emit publishTune( data[ "url" ].toUrl(), sender()->property("infoStringHash").value< Tomahawk::InfoSystem::InfoStringHash >() ); + + sender()->deleteLater(); }