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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user