mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-19 18:03:39 -04:00
d37e1dae5e
Initialize prevMetrics and currMetrics so the metric buffers are not left indeterminate during construction. Both buffers are explicitly populated before their contents are used, so this is defensive initialization rather than a functional fix. Detected by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>