1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-23 03:55:34 -04:00
Files
sdrangel/plugins
Robin Getz ac75334533 demodam: initialize uninitialized sink members
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>
2026-08-10 19:30:04 -04:00
..