mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-19 07:27:59 +01:00
Delete pipeline after database, as some dbcmds create queries which access Pipeline
This commit is contained in:
parent
63c029554a
commit
52baebc899
@ -316,11 +316,11 @@ TomahawkApp::~TomahawkApp()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
delete Pipeline::instance();
|
||||
|
||||
if ( !m_database.isNull() )
|
||||
delete m_database.data();
|
||||
|
||||
delete Pipeline::instance();
|
||||
|
||||
if ( !m_infoSystem.isNull() )
|
||||
delete m_infoSystem.data();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user