mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
Wait for script QProcess to properly exit.
This commit is contained in:
parent
5449154ee9
commit
0aa07d62fd
@ -65,6 +65,7 @@ ScriptResolver::ScriptResolver( const QString& exe )
|
||||
ScriptResolver::~ScriptResolver()
|
||||
{
|
||||
stop();
|
||||
m_proc.waitForFinished();
|
||||
|
||||
Tomahawk::Pipeline::instance()->removeResolver( this );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user