changeset 5334:cb9ef60a0f06 libavformat

rtsp_close_streams frees the auth_b64 line already
author lu_zero
date Sun, 25 Oct 2009 00:41:10 +0000
parents 715913c5514f
children 653730591c20
files rtsp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Sun Oct 25 00:06:31 2009 +0000
+++ b/rtsp.c	Sun Oct 25 00:41:10 2009 +0000
@@ -1340,7 +1340,6 @@
     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",