[SCM] libav/experimental: free opt_names at the end of main() based on a patch by Limin Wang
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:57:24 UTC 2013
The following commit has been merged in the experimental branch:
commit cb50328dbb4d29efd393b1ff8ba082b3e3d73cef
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Mar 5 21:08:03 2007 +0000
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
diff --git a/ffmpeg.c b/ffmpeg.c
index 16911c6..798af27 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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list