mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
free opt_names at the end of main() based on a patch by Limin Wang
Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4dcc383a4d
commit
cb50328dbb
1
ffmpeg.c
1
ffmpeg.c
@ -3810,6 +3810,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
av_free(intra_matrix);
|
av_free(intra_matrix);
|
||||||
av_free(inter_matrix);
|
av_free(inter_matrix);
|
||||||
|
av_free(opt_names);
|
||||||
|
|
||||||
#ifdef CONFIG_POWERPC_PERF
|
#ifdef CONFIG_POWERPC_PERF
|
||||||
extern void powerpc_display_perf_report(void);
|
extern void powerpc_display_perf_report(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user