diff --git a/src/libtomahawk/audio/AudioEngine.cpp b/src/libtomahawk/audio/AudioEngine.cpp index f5c2a92c8..008353642 100644 --- a/src/libtomahawk/audio/AudioEngine.cpp +++ b/src/libtomahawk/audio/AudioEngine.cpp @@ -621,6 +621,8 @@ AudioEngine::gotStreamUrl( const QVariantMap& data ) NetworkReply* reply = new NetworkReply( Tomahawk::Utils::nam()->get( req ) ); NewClosure( reply, SIGNAL( finalUrlReached() ), this, SLOT( gotRedirectedStreamUrl( Tomahawk::result_ptr, NetworkReply* )), result, reply ); } + + sender()->deleteLater(); } void