Commit c12ef64d authored by Janne Grunau's avatar Janne Grunau

seek-test: free options dictionary after use

parent 8fa97302
......@@ -81,6 +81,7 @@ int main(int argc, char **argv)
filename = argv[1];
ret = avformat_open_input(&ic, filename, NULL, &format_opts);
av_dict_free(&format_opts);
if (ret < 0) {
fprintf(stderr, "cannot open %s\n", filename);
exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment