diff --git a/lib/thread.c b/lib/thread.c index a1a9e7c359..1891735fc3 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -1301,7 +1301,7 @@ thread_fetch (struct thread_master *m, struct thread *fetch) struct timeval now; struct timeval zerotime = { 0, 0 }; struct timeval tv; - struct timeval *tw; + struct timeval *tw = NULL; int num = 0;