mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Tentative fix for possible lockup of mutex at DSPDevieSourceEngine thread exit
This commit is contained in:
@@ -73,8 +73,11 @@ void DSPDeviceSourceEngine::start()
|
||||
void DSPDeviceSourceEngine::stop()
|
||||
{
|
||||
qDebug() << "DSPDeviceSourceEngine::stop";
|
||||
DSPExit cmd;
|
||||
m_syncMessenger.sendWait(cmd);
|
||||
gotoIdle();
|
||||
m_state = StNotStarted;
|
||||
QThread::exit();
|
||||
// DSPExit cmd;
|
||||
// m_syncMessenger.sendWait(cmd);
|
||||
}
|
||||
|
||||
bool DSPDeviceSourceEngine::initAcquisition()
|
||||
|
||||
Reference in New Issue
Block a user