You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/dnxuc_parser: Use ff_parse_close()
Fixes: buffer leak Fixes: 398894512/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-6716597473705984 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@ -85,4 +85,5 @@ const AVCodecParser ff_dnxuc_parser = {
|
||||
.codec_ids = { AV_CODEC_ID_DNXUC },
|
||||
.priv_data_size = sizeof(DNxUcParseContext),
|
||||
.parser_parse = dnxuc_parse,
|
||||
.parser_close = ff_parse_close,
|
||||
};
|
||||
|
Reference in New Issue
Block a user