mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
Delete commandfactories on exit
This commit is contained in:
@@ -172,6 +172,7 @@ Database::~Database()
|
||||
m_workerThreads.clear();
|
||||
|
||||
qDeleteAll( m_implHash.values() );
|
||||
qDeleteAll( m_commandFactories.values() );
|
||||
delete m_impl;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user