mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-23 12:10:03 -04:00
fa750948e1
Zero-initialize the pilot PLL sample buffer used by BFMDemodSink. This ensures all four PLL sample values have defined initial values before they are consumed by the FM stereo processing path and removes the uninitialized member warning reported by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>