[FFmpeg-cvslog] lavf/tee: fix leak of select option.

Nicolas George git at videolan.org
Mon Oct 21 23:58:52 CEST 2013


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Mon Oct 21 17:00:56 2013 +0200| [5a12142aca228ca1000650793aeb50b3b32994b6] | committer: Nicolas George

lavf/tee: fix leak of select option.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a12142aca228ca1000650793aeb50b3b32994b6
---

 libavformat/tee.c |    1 +
 1 file changed, 1 insertion(+)

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;
 }



More information about the ffmpeg-cvslog mailing list