mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
to complete r8807: free vstats resources
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f801d8aa86
commit
f5eb2b653f
5
ffmpeg.c
5
ffmpeg.c
@ -3816,6 +3816,11 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
av_free(intra_matrix);
|
av_free(intra_matrix);
|
||||||
av_free(inter_matrix);
|
av_free(inter_matrix);
|
||||||
|
|
||||||
|
if (fvstats)
|
||||||
|
fclose(fvstats);
|
||||||
|
av_free(vstats_filename);
|
||||||
|
|
||||||
av_free(opt_names);
|
av_free(opt_names);
|
||||||
|
|
||||||
#ifdef CONFIG_POWERPC_PERF
|
#ifdef CONFIG_POWERPC_PERF
|
||||||
|
Loading…
Reference in New Issue
Block a user