Commit 72c5828c authored by Michael Niedermayer's avatar Michael Niedermayer

lavf: Add forgotten line from 212fd3a1

This fixes a tiny memleak.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9273efac
......@@ -2713,6 +2713,8 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
ic->streams[i]->codec->thread_count = 0;
av_freep(&ic->streams[i]->info);
}
av_dict_free(&one_thread_opt);
return ret;
}
......
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