0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

close rds2 while cleaning up, forgot that

This commit is contained in:
2025-06-08 10:28:10 +02:00
parent 7ff2caec3e
commit b0657274fb

View File

@@ -547,6 +547,7 @@ int main(int argc, char **argv) {
free_PulseInputDevice(&input_device);
if(mpx_on) free_PulseInputDevice(&mpx_device);
if(rds_on) free_PulseInputDevice(&rds_device);
if(rds2_on) free_PulseInputDevice(&rds2_device);
if(sca_on) free_PulseInputDevice(&sca_device);
free_PulseOutputDevice(&output_device);
return 0;