diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 2c616e80b7..4beb275158 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -2279,6 +2279,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,