]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix compiler warning
authorYang Tse <yangsita@gmail.com>
Fri, 5 Feb 2010 20:52:00 +0000 (20:52 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 5 Feb 2010 20:52:00 +0000 (20:52 +0000)
tests/libtest/lib569.c

index 815ca3a71db232e4a1b3482b64e1de908534611f..9b345b065720911ff0b73bd8af9c277cf3ade97f 100644 (file)
@@ -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;