1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Attempt at fixing some race conditions #1

This commit is contained in:
f4exb
2015-10-21 02:32:21 +02:00
parent 2f9dd5a7ab
commit 35440d60f6
6 changed files with 14 additions and 19 deletions
+2 -2
View File
@@ -83,12 +83,12 @@ bool HackRFInput::start(int device)
return false;
}
m_hackRFThread->startWork();
mutexLocker.unlock();
applySettings(m_settings, true);
m_hackRFThread->startWork();
qDebug("HackRFInput::startInput: started");
return true;