mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Wait for script QProcess to properly exit.
This commit is contained in:
@@ -65,6 +65,7 @@ ScriptResolver::ScriptResolver( const QString& exe )
|
|||||||
ScriptResolver::~ScriptResolver()
|
ScriptResolver::~ScriptResolver()
|
||||||
{
|
{
|
||||||
stop();
|
stop();
|
||||||
|
m_proc.waitForFinished();
|
||||||
|
|
||||||
Tomahawk::Pipeline::instance()->removeResolver( this );
|
Tomahawk::Pipeline::instance()->removeResolver( this );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user