mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Remove uneeded unlocks of QMutexLocker
The mutex will get unlocked anyway when falling out of scope.
This commit is contained in:
@@ -119,7 +119,6 @@ bool AudioInput::start()
|
||||
m_worker->startWork();
|
||||
m_workerThread->start();
|
||||
m_running = true;
|
||||
mutexLocker.unlock();
|
||||
|
||||
qDebug("AudioInput::start: started");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user