mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavf: Add forgotten line from 212fd3a1f1
This fixes a tiny memleak. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9273efac1b
commit
72c5828c93
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user