Fixes: CID 1341579.

Signed-off-by: Ganesh Ajjanagadde <gajjanaga...@gmail.com>
---
 libavformat/rtsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index c2db27f..6c0f660 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -2300,6 +2300,7 @@ static int sdp_read_header(AVFormatContext *s)
             if (err) {
                 av_log(s, AV_LOG_ERROR, "getnameinfo: %s\n", 
gai_strerror(err));
                 err = AVERROR(EIO);
+                av_dict_free(&opts);
                 goto fail;
             }
             ff_url_join(url, sizeof(url), "rtp", NULL,
-- 
2.6.3

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to