From: Yang Tse Date: Fri, 5 Feb 2010 20:52:00 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: curl-7_20_0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c2464a68211fb788b21de50a51798baa57423be;p=thirdparty%2Fcurl.git fix compiler warning --- diff --git a/tests/libtest/lib569.c b/tests/libtest/lib569.c index 815ca3a71d..9b345b0657 100644 --- a/tests/libtest/lib569.c +++ b/tests/libtest/lib569.c @@ -27,7 +27,7 @@ int test(char *URL) { int res; CURL *curl; - char *stream_uri; + char *stream_uri = NULL; char *rtsp_session_id; int request=1; int i;