mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
SDRPlayV3: prevent segfault when SDRPlay library fails to initialize
This commit is contained in:
@@ -146,7 +146,7 @@ bool SDRPlayV3Input::start()
|
||||
m_sdrPlayThread->setFcPos((int) m_settings.m_fcPos);
|
||||
m_sdrPlayThread->startWork();
|
||||
|
||||
m_running = true;
|
||||
m_running = m_sdrPlayThread->isRunning();
|
||||
applySettings(m_settings, true, true);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user