From eb82b8abc791274411d9875549e82cf9aa67908b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 4 Feb 2015 17:27:49 +0100 Subject: [PATCH] Initialize a tm structur --- tester/log_collection_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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