1
0
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:
Christian Muehlhaeuser
2012-07-13 08:06:59 +02:00
parent d0f697cd4b
commit b3b34cacbd

View File

@@ -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.";
}