1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

* Deleting the engine might help preventing a crash in this case. 'Edgy'

This commit is contained in:
Christian Muehlhaeuser 2011-05-20 03:28:28 +02:00
parent 2cf8cd8b40
commit c07ab346f4

View File

@ -60,7 +60,7 @@ QtScriptResolver::QtScriptResolver( const QString& scriptPath )
QtScriptResolver::~QtScriptResolver()
{
Tomahawk::Pipeline::instance()->removeResolver( this );
// delete m_engine;
delete m_engine;
}