diff --git a/src/TomahawkApp.cpp b/src/TomahawkApp.cpp index 959092e4b..361b9ac81 100644 --- a/src/TomahawkApp.cpp +++ b/src/TomahawkApp.cpp @@ -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."; }