From: Alain Kalker Date: Sat, 18 Feb 2012 22:25:01 +0000 (+0100) Subject: Fix unitialized variable X-Git-Tag: 2.99~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a4fc6914809b02a316bcf9dce2efccf455c5b84;p=thirdparty%2Ftvheadend.git Fix unitialized variable --- diff --git a/src/serviceprobe.c b/src/serviceprobe.c index 826f7965d..9deb43d55 100644 --- a/src/serviceprobe.c +++ b/src/serviceprobe.c @@ -92,6 +92,7 @@ serviceprobe_thread(void *aux) streaming_queue_init(&sq, 0); + err = NULL; while(1) { while((t = TAILQ_FIRST(&serviceprobe_queue)) == NULL) {