mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
* Ignore pipeline results during shutdown.
This commit is contained in:
parent
06e00a83c8
commit
4401fe15ac
@ -165,6 +165,9 @@ Pipeline::resolve( QID qid, bool prioritized )
|
||||
void
|
||||
Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
|
||||
{
|
||||
if ( !m_running )
|
||||
return;
|
||||
|
||||
{
|
||||
QMutexLocker lock( &m_mut );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user