mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-21 15:18:50 -04:00
Static analysis related fixes
This commit is contained in:
@@ -184,7 +184,9 @@ void SDRPostThread::run() {
|
||||
}
|
||||
}
|
||||
|
||||
data_in->decRefCount();
|
||||
if (data_in) {
|
||||
data_in->decRefCount();
|
||||
}
|
||||
|
||||
bool doUpdate = false;
|
||||
for (size_t j = 0; j < nRunDemods; j++) {
|
||||
|
||||
Reference in New Issue
Block a user