mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Deleting the engine might help preventing a crash in this case. 'Edgy'
This commit is contained in:
@@ -60,7 +60,7 @@ QtScriptResolver::QtScriptResolver( const QString& scriptPath )
|
|||||||
QtScriptResolver::~QtScriptResolver()
|
QtScriptResolver::~QtScriptResolver()
|
||||||
{
|
{
|
||||||
Tomahawk::Pipeline::instance()->removeResolver( this );
|
Tomahawk::Pipeline::instance()->removeResolver( this );
|
||||||
// delete m_engine;
|
delete m_engine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user