mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-23 00:50:17 +08: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:
@@ -2713,6 +2713,8 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
|||||||
ic->streams[i]->codec->thread_count = 0;
|
ic->streams[i]->codec->thread_count = 0;
|
||||||
av_freep(&ic->streams[i]->info);
|
av_freep(&ic->streams[i]->info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
av_dict_free(&one_thread_opt);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user