summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2013-10-21 17:00:56 +0200
committerNicolas George <george@nsup.org>2013-10-21 17:32:01 +0200
commit5a12142aca228ca1000650793aeb50b3b32994b6 (patch)
tree6dd54f3ab1354865d78606cbe040562024bc0437 /libavformat
parent59f809e9922ad2a8ed5373189e0e2aec0d4dffd7 (diff)
downloadffmpeg-streaming-5a12142aca228ca1000650793aeb50b3b32994b6.zip
ffmpeg-streaming-5a12142aca228ca1000650793aeb50b3b32994b6.tar.gz
lavf/tee: fix leak of select option.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/tee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tee.c b/libavformat/tee.c
index 171a827..78348e3 100644
--- a/libavformat/tee.c
+++ b/libavformat/tee.c
@@ -280,6 +280,7 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
end:
av_free(format);
+ av_free(select);
av_dict_free(&options);
return ret;
}
OpenPOWER on IntegriCloud