diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-10-25 00:41:10 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-10-25 00:41:10 +0000 |
commit | 7549632bdad8c50b7a58281f15e72b6fd5a1ed5d (patch) | |
tree | 61bdede2f9fab2ac496ba26ab3535e245884614f | |
parent | d243ba30b824513e75f5836c6dde789034152976 (diff) | |
download | ffmpeg-7549632bdad8c50b7a58281f15e72b6fd5a1ed5d.tar.gz |
rtsp_close_streams frees the auth_b64 line already
Originally committed as revision 20370 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 59e537a14f..2ad0729c5b 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1340,7 +1340,6 @@ static int rtsp_read_header(AVFormatContext *s, rtsp_close_streams(rt); av_freep(&content); url_close(rt->rtsp_hd); - av_freep(&rt->auth_b64); if (reply->status_code >=300 && reply->status_code < 400) { av_strlcpy(s->filename, reply->location, sizeof(s->filename)); av_log(s, AV_LOG_INFO, "Status %d: Redirecting to %s\n", |