mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/rawdec: Free bitstream_buf
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
090dc381a1
commit
5c0f6d53da
|
@ -484,6 +484,7 @@ static av_cold int raw_close_decoder(AVCodecContext *avctx)
|
|||
RawVideoContext *context = avctx->priv_data;
|
||||
|
||||
av_buffer_unref(&context->palette);
|
||||
av_freep(&context->bitstream_buf);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue