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:
parent
91546d0684
commit
91e307b261
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user