mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-12 06:23:34 -04:00
4b1a910c12
Coverity reported an uninitialized value use in AISModSource::modulateSample(). The Gaussian filter output variable was only assigned during transmission, but was used afterwards when the modulator was idle or waiting. Initialize the variable to zero to match the idle sample behavior. Signed-off-by: Robin Getz <rgetz503@gmail.com>