Commit f5eb2b65 authored by Benoit Fouet's avatar Benoit Fouet

to complete r8807: free vstats resources

Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f801d8aa
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment