1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 16:02:07 +02:00

Don't leak script jobs

This commit is contained in:
Dominik Schmidt 2015-12-14 21:49:45 +01:00
parent d0c1d83f90
commit 213bf1cd08

View File

@ -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