lavc: avoid leaking AVCodecContext.chroma_intra_matrix

release/7.1
Anton Khirnov 12 months ago
parent 106131bb10
commit 198a7788e7
  1. 1
      libavcodec/options.c

@ -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);

Loading…
Cancel
Save