Commit 100de525 authored by michael's avatar michael

free opt_names at the end of main() based on a patch by Limin Wang


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8268 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dcfbe41e
......@@ -3810,6 +3810,7 @@ int main(int argc, char **argv)
av_free(intra_matrix);
av_free(inter_matrix);
av_free(opt_names);
#ifdef CONFIG_POWERPC_PERF
extern void powerpc_display_perf_report(void);
......
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