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
+1 -1
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;
}