---
 avprobe.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/avprobe.c b/avprobe.c
index a3c1f80..0233ea9 100644
--- a/avprobe.c
+++ b/avprobe.c
@@ -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;
-- 
1.7.8.6

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to