lavc: avoid leaking AVCodecContext.chroma_intra_matrix

This commit is contained in:
Anton Khirnov 2024-03-23 14:40:36 +01:00
parent 106131bb10
commit 198a7788e7
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ void avcodec_free_context(AVCodecContext **pavctx)
av_freep(&avctx->extradata);
av_freep(&avctx->subtitle_header);
av_freep(&avctx->intra_matrix);
av_freep(&avctx->chroma_intra_matrix);
av_freep(&avctx->inter_matrix);
av_freep(&avctx->rc_override);
av_channel_layout_uninit(&avctx->ch_layout);