Files
sdrangel/plugins
Robin Getz 9c6ec8aab6 demodchirpchat: initialize missing settings members
Initialize m_rollupState to nullptr in the constructor and set
m_autoNbSymbolsMax to false in resetToDefaults(). This ensures the optional
rollup state pointer and the automatic message length setting have defined
initial values rather than relying on uninitialized storage.

Pointed out by cppcheck.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-10 19:55:46 -04:00
..