X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcavs.c;h=416bdced03885e33327a8046a04e034a7f81791a;hb=0114c571d4c8cc1036850ced924683709390681a;hp=b6dcd2e4ecade5f5390b9578e711220eb96de0c3;hpb=f67309cabe27af33dcfcfb61fe1df39af9b5ab46;p=ffmpeg diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c index b6dcd2e4eca..416bdced038 100644 --- a/libavcodec/cavs.c +++ b/libavcodec/cavs.c @@ -701,6 +701,8 @@ av_cold int ff_cavs_init(AVCodecContext *avctx) { av_cold int ff_cavs_end(AVCodecContext *avctx) { AVSContext *h = avctx->priv_data; + ff_MPV_common_end(&h->s); + av_free(h->top_qp); av_free(h->top_mv[0]); av_free(h->top_mv[1]);