[FFmpeg-cvslog] r20370 - trunk/libavformat/rtsp.c

lu_zero subversion
Sun Oct 25 02:41:10 CEST 2009


Author: lu_zero
Date: Sun Oct 25 02:41:10 2009
New Revision: 20370

Log:
rtsp_close_streams frees the auth_b64 line already

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Sun Oct 25 02:06:31 2009	(r20369)
+++ trunk/libavformat/rtsp.c	Sun Oct 25 02:41:10 2009	(r20370)
@@ -1340,7 +1340,6 @@ static int rtsp_read_header(AVFormatCont
     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",



More information about the ffmpeg-cvslog mailing list