mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-04 06:54:41 -04:00
Several crash/bug fixes, uninitialized vars
This commit is contained in:
@@ -306,9 +306,9 @@ void SDRPostThread::run() {
|
||||
iirfilt_crcf_execute_block(dcFilter, &dcBuf[0], chanDataSize, &demodDataOut->data[0]);
|
||||
} else {
|
||||
for (int j = 0; j < chanDataSize; j++) {
|
||||
idx += numChannels;
|
||||
demodDataOut->data[j] = dataOut[idx];
|
||||
}
|
||||
idx += numChannels;
|
||||
}
|
||||
}
|
||||
|
||||
// if (doVis) {
|
||||
|
||||
Reference in New Issue
Block a user