1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 10:05:32 +02:00

* Try not deleting cache.

This commit is contained in:
Christian Muehlhaeuser
2012-07-13 09:26:02 +02:00
parent b3b34cacbd
commit fa83fde05e

View File

@@ -381,8 +381,8 @@ TomahawkApp::~TomahawkApp()
tLog() << "Deleting AccountManager";
delete Tomahawk::Accounts::AccountManager::instance();
tLog() << "Deleting Cache";
delete TomahawkUtils::Cache::instance();
/* tLog() << "Deleting Cache";
delete TomahawkUtils::Cache::instance();*/
#ifndef ENABLE_HEADLESS
tLog() << "Deleting Window";