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

Attempt at fixing TWK-723.

This commit is contained in:
Leo Franchi 2012-03-06 18:23:17 -05:00
parent 80b0eacfed
commit 3caeb4642a

View File

@ -104,6 +104,7 @@ Query::Query( const QString& query, const QID& qid )
Query::~Query()
{
QMutexLocker lock( &m_mutex );
m_ownRef.clear();
}