diff options
| -rw-r--r-- | tests/libtest/lib569.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/libtest/lib569.c b/tests/libtest/lib569.c index 815ca3a71..9b345b065 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; | 
