diff options
Diffstat (limited to 'libavformat/mmsh.c')
-rw-r--r-- | libavformat/mmsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mmsh.c b/libavformat/mmsh.c index 5a74d9b7ae..4214b0e111 100644 --- a/libavformat/mmsh.c +++ b/libavformat/mmsh.c @@ -214,7 +214,7 @@ static int mmsh_open(URLContext *h, const char *uri, int flags) { int i, port, err; char httpname[256], path[256], host[128], location[1024]; - char *stream_selection; + char *stream_selection = NULL; char headers[1024]; MMSHContext *mmsh; MMSContext *mms; |