1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

PVS-Studio analys fixes: leandvb serious issue

This commit is contained in:
f4exb 2019-06-14 17:02:48 +02:00
parent 06dea9b29f
commit 5d7aa89304

View File

@ -1806,7 +1806,7 @@ struct spectrum : runnable
pipebuf<float[NFFT]> &_out) : runnable(sch, "spectrum"),
decimation(1048576),
kavg(0.1),
decim(1), in(in),
decim(1), in(_in),
out(_out),
fft(NFFT),
avgpower(NULL),