fix: free process args in pthread
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user