1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

fix duplicate delete

This commit is contained in:
Leo Franchi 2012-02-27 19:48:56 -05:00
parent 91546d0684
commit 91e307b261

View File

@ -309,9 +309,6 @@ TomahawkApp::~TomahawkApp()
if ( !m_audioEngine.isNull() )
delete m_audioEngine.data();
if ( !m_infoSystem.isNull() )
delete m_infoSystem.data();
delete Tomahawk::Accounts::AccountManager::instance();
#ifndef ENABLE_HEADLESS