Commit 31f2c023 authored by Janne Grunau's avatar Janne Grunau

avprobe: free options at the end of main()

parent 093c50a4
......@@ -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;
......
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