1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-24 12:36:10 -04:00
Files
sdrangel/plugins
Robin Getz 9a71a8e697 channelpower: initialize channel pointer
Initialize m_channel to nullptr in the ChannelPowerSink constructor to
ensure the pointer has a defined value before a channel is assigned.

Found by cppcheck.

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