Browse Source

avprobe: free options at the end of main()

tags/n0.11
Janne Grunau 13 years ago
parent
commit
31f2c0231f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      avprobe.c

+ 3
- 0
avprobe.c View File

@@ -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;


Loading…
Cancel
Save