From cb50328dbb4d29efd393b1ff8ba082b3e3d73cef Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 5 Mar 2007 21:08:03 +0000 Subject: free opt_names at the end of main() based on a patch by Limin Wang Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index 16911c6624..798af27a75 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3810,6 +3810,7 @@ int main(int argc, char **argv) av_free(intra_matrix); av_free(inter_matrix); + av_free(opt_names); #ifdef CONFIG_POWERPC_PERF extern void powerpc_display_perf_report(void); -- cgit v1.2.3