0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00

something here and there

This commit is contained in:
2025-08-03 15:58:43 +02:00
parent 122677ef1e
commit de8f4652a4
9 changed files with 35 additions and 38 deletions

View File

@@ -311,6 +311,6 @@ int main(int argc, char **argv) {
int ret = run_chimer95(config, &runtime);
printf("Cleaning up...\n");
free_PulseOutputDevice(&runtime.output_device);
free_PulseDevice(&runtime.output_device);
return ret;
}