mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
PVS-Studio analys fixes: leandvb serious issue
This commit is contained in:
parent
06dea9b29f
commit
5d7aa89304
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user