avprobe: free options at the end of main()

This commit is contained in:
Janne Grunau 2012-05-14 12:39:41 +02:00
parent 093c50a4f6
commit 31f2c0231f
1 changed files with 3 additions and 0 deletions

View File

@ -491,6 +491,9 @@ int main(int argc, char **argv)
ret = probe_file(input_filename); ret = probe_file(input_filename);
uninit_opts();
av_dict_free(&fmt_entries_to_show);
avformat_network_deinit(); avformat_network_deinit();
return ret; return ret;