fix all the valgrind warnings

This commit is contained in:
2025-12-27 12:41:22 +01:00
parent 090078a2f1
commit 2a2a8713b3
+2 -2
View File
@@ -82,8 +82,8 @@ int main(int argc, char **argv) {
};
pa_simple *rds_device = NULL;
pa_sample_spec format;
pa_buffer_attr buffer;
pa_sample_spec format = {0};
pa_buffer_attr buffer = {0};
pthread_attr_t attr;
pthread_t udp_server_thread;