mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 05:15:40 -04:00
Coverity reported a resource leak for the bitcount and errcount writers allocated by opt_writer(). Free them when the FEC decoder helper is destroyed, matching the existing cleanup used by other LeanSDR components. Signed-off-by: Robin Getz <rgetz503@gmail.com>