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

Don't leak ScriptJob in XmppInfoPlugin

This commit is contained in:
Dominik Schmidt 2014-12-01 23:53:41 +01:00
parent a59cdbe19f
commit 42343c81c4

View File

@ -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();
}