1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-04 18:48:34 -04:00

DSPDeviceSourceEngine: stop threaded baseband sample sinks

This commit is contained in:
f4exb 2016-10-17 22:40:02 +02:00
parent 0f7ac00a71
commit 940cfbe94e

View File

@ -348,7 +348,10 @@ DSPDeviceSourceEngine::State DSPDeviceSourceEngine::gotoIdle()
(*it)->stop();
}
// TODO: why not stopping the threaded baseband sample sinks?
for(ThreadedBasebandSampleSinks::const_iterator it = m_threadedBasebandSampleSinks.begin(); it != m_threadedBasebandSampleSinks.end(); it++)
{
(*it)->stop();
}
m_deviceSampleSource->stop();
m_deviceDescription.clear();