mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
PVS-Studio static analysis corrections (3) issue #137
This commit is contained in:
@@ -121,12 +121,7 @@ bool FCDProInput::start()
|
||||
return false;
|
||||
}
|
||||
|
||||
if ((m_FCDThread = new FCDProThread(&m_sampleFifo)) == NULL)
|
||||
{
|
||||
qCritical("out of memory");
|
||||
return false;
|
||||
}
|
||||
|
||||
m_FCDThread = new FCDProThread(&m_sampleFifo);
|
||||
m_FCDThread->startWork();
|
||||
|
||||
// mutexLocker.unlock();
|
||||
|
||||
Reference in New Issue
Block a user