mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
really
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ void cleanup_runtime(FM95_Runtime* runtime, const FM95_Config config) {
|
||||
for(int i = 0; i < 4; i++) {
|
||||
free(runtime->rds_bitring[i].bits);
|
||||
iirfilt_rrrf_destroy(runtime->rds_filter[i]);
|
||||
if(config.stereo_ssb) exit_delay_line(runtime->rds_delays[i]);
|
||||
if(config.stereo_ssb) exit_delay_line(&runtime->rds_delays[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user