From 816a96c0e479eb80f5344cecff74750ad77fc0d7 Mon Sep 17 00:00:00 2001 From: bcoudurier Date: Mon, 13 Apr 2009 03:43:29 +0000 Subject: [PATCH] free options contexts in av_exit, valgrind should be happy now git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- ffmpeg.c | 5 +++++ 1 file changed, 5 insertions(+) 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