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

Delete commandfactories on exit

This commit is contained in:
Uwe L. Korn
2014-09-21 18:42:52 +01:00
parent e77b091c4d
commit 7c1c62cfde

View File

@@ -172,6 +172,7 @@ Database::~Database()
m_workerThreads.clear();
qDeleteAll( m_implHash.values() );
qDeleteAll( m_commandFactories.values() );
delete m_impl;
}