mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Audio input and KiwiSDR: correct placement of m_running = false
This commit is contained in:
@@ -167,6 +167,7 @@ void AudioInput::stop()
|
||||
}
|
||||
|
||||
qDebug("AudioInput::stop");
|
||||
m_running = false;
|
||||
|
||||
if (m_workerThread)
|
||||
{
|
||||
@@ -176,7 +177,6 @@ void AudioInput::stop()
|
||||
m_worker = nullptr;
|
||||
}
|
||||
|
||||
m_running = false;
|
||||
}
|
||||
|
||||
QByteArray AudioInput::serialize() const
|
||||
|
||||
Reference in New Issue
Block a user