mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Remove last output when a second instance is started
This commit is contained in:
@@ -365,7 +365,7 @@ TomahawkApp::init()
|
|||||||
|
|
||||||
TomahawkApp::~TomahawkApp()
|
TomahawkApp::~TomahawkApp()
|
||||||
{
|
{
|
||||||
tLog() << "Shutting down Tomahawk...";
|
tDebug( LOGVERBOSE ) << "Shutting down Tomahawk...";
|
||||||
|
|
||||||
if ( !m_session.isNull() )
|
if ( !m_session.isNull() )
|
||||||
delete m_session.data();
|
delete m_session.data();
|
||||||
@@ -403,7 +403,7 @@ TomahawkApp::~TomahawkApp()
|
|||||||
|
|
||||||
delete TomahawkUtils::Cache::instance();
|
delete TomahawkUtils::Cache::instance();
|
||||||
|
|
||||||
tLog() << "Finished shutdown.";
|
tDebug( LOGVERBOSE ) << "Finished shutdown.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user