From 31f2c0231f2294145fcc24717c0127c040dc0c48 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 14 May 2012 12:39:41 +0200 Subject: avprobe: free options at the end of main() --- avprobe.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/avprobe.c b/avprobe.c index a3c1f80952..0233ea9e39 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; -- cgit v1.2.3