Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2011-02-05 04:58:03 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-06 22:31:45 +0300
commitba3517aa6f573d280d80866e776885be7f01de77 (patch)
treeffc4ac651d9b91b07813cb38e48ab62c1e4525f5 /ffmpeg.c
parentfd0ae17aafd7adb7619a02c6ec6835aa0ccbfea4 (diff)
cmdutils: fix opt_values leak
Add free to uninit_opts and relocate opt_names to same Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3a6a9cdf5b8e4c4514e483484ef1f57b07ee16f2)
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index aae93f2644..dfd9f9ada0 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -534,7 +534,6 @@ static int ffmpeg_exit(int ret)
fclose(vstats_file);
av_free(vstats_filename);
- av_free(opt_names);
av_free(streamid_map);
av_free(input_codecs);
av_free(output_codecs);