mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
fix all the valgrind warnings
This commit is contained in:
+2
-2
@@ -82,8 +82,8 @@ int main(int argc, char **argv) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pa_simple *rds_device = NULL;
|
pa_simple *rds_device = NULL;
|
||||||
pa_sample_spec format;
|
pa_sample_spec format = {0};
|
||||||
pa_buffer_attr buffer;
|
pa_buffer_attr buffer = {0};
|
||||||
|
|
||||||
pthread_attr_t attr;
|
pthread_attr_t attr;
|
||||||
pthread_t udp_server_thread;
|
pthread_t udp_server_thread;
|
||||||
|
|||||||
Reference in New Issue
Block a user