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

A bit of extra safety

(cherry picked from commit 2a58d53145)
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 ); QMutexLocker lock( &m_mutex );
m_ownRef.clear(); m_ownRef.clear();
m_results.clear();
} }