From 75480e86baaa56449cae997db1b8a23e582a40e5 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 29 May 2008 01:59:44 +0000 Subject: [PATCH] init h, fixes CID54 RUN2 Originally committed as revision 13520 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index f9c8e45..5843186 100644 --- a/ffserver.c +++ b/ffserver.c @@ -3078,7 +3078,7 @@ static int rtp_new_av_stream(HTTPContext *c, AVFormatContext *ctx; AVStream *st; char *ipaddr; - URLContext *h; + URLContext *h = NULL; uint8_t *dummy_buf; char buf2[32]; int max_packet_size; -- 2.7.4