summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2007-04-25 12:19:56 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-04-25 12:19:56 +0000
commitf5eb2b653f01bbb633c0543a2025c172e1a1cbe3 (patch)
treec74d4867b07f121c4c67725cca3b5ab07761be20
parentf801d8aa868ac6af5116900882f71e68e7f9ec61 (diff)
to complete r8807: free vstats resources
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 575a4f792e..751ba08149 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3816,6 +3816,11 @@ int main(int argc, char **argv)
av_free(intra_matrix);
av_free(inter_matrix);
+
+ if (fvstats)
+ fclose(fvstats);
+ av_free(vstats_filename);
+
av_free(opt_names);
#ifdef CONFIG_POWERPC_PERF