From 5a12142aca228ca1000650793aeb50b3b32994b6 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 21 Oct 2013 17:00:56 +0200 Subject: lavf/tee: fix leak of select option. --- libavformat/tee.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/tee.c') diff --git a/libavformat/tee.c b/libavformat/tee.c index 171a827b46..78348e3d61 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; } -- cgit v1.2.3