mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-27 13:57:56 -04:00
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>