1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-23 12:10:03 -04:00
Files
sdrangel/plugins
Robin Getz 874fbbd65d dvbs2: fix leaked fec decoder writers
Free the bitcount and errcount pipe writers owned by s2_fecdec.

The writers are allocated by opt_writer() but were not released when
s2_fecdec was destroyed, causing the allocations to leak.

Coverity reported a CTOR_DTOR_LEAK in the s2_fecdec constructor,
identifying the allocations without corresponding destructor cleanup.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-09 18:10:33 -04:00
..