diff --git a/tester/log_collection_tester.c b/tester/log_collection_tester.c index 3b05a6346..3fbbd43c2 100644 --- a/tester/log_collection_tester.c +++ b/tester/log_collection_tester.c @@ -154,7 +154,7 @@ time_t check_file(LinphoneCoreManager* mgr) { char *line = NULL; size_t line_size = 256; #ifndef WIN32 - struct tm tm_curr; + struct tm tm_curr = {0}; time_t time_prev = -1; #endif