This commit is contained in:
2025-03-11 17:31:15 +01:00
parent 6149c1d54e
commit 6fce11d110
+2
View File
@@ -223,6 +223,8 @@ int main(int argc, char **argv) {
fprintf(stderr, "Waiting for pipe thread to shut down.\n");
pthread_join(control_pipe_thread, NULL);
}
pthread_attr_destroy(&attr);
exit_rds_encoder();
pa_simple_free(device);
return 0;