Skip to content
Snippets Groups Projects
Commit 31f2c023 authored by Janne Grunau's avatar Janne Grunau
Browse files

avprobe: free options at the end of main()

parent 093c50a4
No related branches found
No related tags found
No related merge requests found
......@@ -491,6 +491,9 @@ int main(int argc, char **argv)
ret = probe_file(input_filename);
uninit_opts();
av_dict_free(&fmt_entries_to_show);
avformat_network_deinit();
return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment