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

A bit of extra safety

This commit is contained in:
Leo Franchi 2012-03-09 14:13:43 -05:00
parent 9a19c9e81e
commit 2a58d53145

View File

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