diff options
author | Benoit Fouet | 2007-04-25 12:19:56 +0000 |
---|---|---|
committer | Benoit Fouet | 2007-04-25 12:19:56 +0000 |
commit | f5eb2b653f01bbb633c0543a2025c172e1a1cbe3 (patch) | |
tree | c74d4867b07f121c4c67725cca3b5ab07761be20 /ffmpeg.c | |
parent | f801d8aa868ac6af5116900882f71e68e7f9ec61 (diff) |
to complete r8807: free vstats resources
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |