mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +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();
|
||||
|
||||
tLog() << "Deleting InfoSystem";
|
||||
if ( !m_infoSystem.isNull() )
|
||||
delete m_infoSystem.data();
|
||||
/* if ( !m_infoSystem.isNull() )
|
||||
delete m_infoSystem.data();*/
|
||||
|
||||
tLog() << "Finished shutdown.";
|
||||
}
|
||||
|
Reference in New Issue
Block a user