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:
parent
6a47046981
commit
76e29bb8bf
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue