From 3b801075962b3295739ec4286d6326c84c0779e3 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 13 Apr 2009 03:43:29 +0000 Subject: [PATCH] free options contexts in av_exit, valgrind should be happy now Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index d7c90599d0..e908561d79 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -434,6 +434,11 @@ static int av_exit(int ret) exit (255); } + for (i=0;i