mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
All device plugins: make sure start and stop are effective once only. PArt of #2159
This commit is contained in:
@@ -127,7 +127,7 @@ void TestMI::stopRx()
|
||||
}
|
||||
|
||||
qDebug("TestMI::stopRx");
|
||||
m_running = false;
|
||||
m_running = false;
|
||||
stopWorkers();
|
||||
|
||||
m_testSourceWorkers.clear();
|
||||
|
||||
Reference in New Issue
Block a user