fix: free process args in pthread

This commit is contained in:
2026-05-16 16:24:42 +02:00
parent fb77d8e893
commit 9969230cd9
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -73,5 +73,6 @@ void *midi_background_listen(void *args) {
log_info("(%s) background acquisition stopped after error", device->name);
midi_close(device);
}
free(process_args);
pthread_exit(NULL);
}