mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
* Try not deleting the infoSystem on shutdown. Does it fix Windows crashes?
This commit is contained in:
@@ -399,8 +399,8 @@ TomahawkApp::~TomahawkApp()
|
|||||||
delete Pipeline::instance();
|
delete Pipeline::instance();
|
||||||
|
|
||||||
tLog() << "Deleting InfoSystem";
|
tLog() << "Deleting InfoSystem";
|
||||||
if ( !m_infoSystem.isNull() )
|
/* if ( !m_infoSystem.isNull() )
|
||||||
delete m_infoSystem.data();
|
delete m_infoSystem.data();*/
|
||||||
|
|
||||||
tLog() << "Finished shutdown.";
|
tLog() << "Finished shutdown.";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user