mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-23 03:55:34 -04:00
ac75334533
Initialize the channel pointer to nullptr and zero-initialize the synchronous AM demodulation buffer in AMDemodSink. This ensures both members have defined values when the sink is constructed and removes the uninitialized member warnings reported by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>