1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

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;