1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

A bit of extra safety

(cherry picked from commit 2a58d53145e066d307029757866d34c3cde2543a)
This commit is contained in:
Leo Franchi 2012-03-09 14:13:43 -05:00
parent e1b086e3a4
commit 6e929986cb

View File

@ -106,6 +106,7 @@ Query::~Query()
{
QMutexLocker lock( &m_mutex );
m_ownRef.clear();
m_results.clear();
}