Static analysis related fixes

This commit is contained in:
Charles J. Cliffe
2016-03-30 19:34:36 -04:00
parent e0df7cb41d
commit f22ef685f5
6 changed files with 36 additions and 22 deletions
+3 -1
View File
@@ -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++) {