[Ffmpeg-cvslog] r8268 - trunk/ffmpeg.c
michael
subversion
Mon Mar 5 22:08:04 CET 2007
Author: michael
Date: Mon Mar 5 22:08:03 2007
New Revision: 8268
Modified:
trunk/ffmpeg.c
Log:
free opt_names at the end of main() based on a patch by Limin Wang
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Mon Mar 5 22:08:03 2007
@@ -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);
More information about the ffmpeg-cvslog
mailing list