From: Baptiste Coudurier Date: Mon, 13 Apr 2009 03:43:29 +0000 (+0000) Subject: free options contexts in av_exit, valgrind should be happy now X-Git-Tag: v0.6~4776 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3b801075962b3295739ec4286d6326c84c0779e3;p=coroid%2Flibav_saccubus.git free options contexts in av_exit, valgrind should be happy now Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/ffmpeg.c b/ffmpeg.c index d7c90599d..e908561d7 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -434,6 +434,11 @@ static int av_exit(int ret) exit (255); } + for (i=0;i