mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Ignore pipeline results during shutdown.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user