mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cavs: fix memleak
Fixes Ticket1335 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c794acc44e
commit
e40f7f1e01
@ -701,6 +701,8 @@ av_cold int ff_cavs_init(AVCodecContext *avctx) {
|
|||||||
av_cold int ff_cavs_end(AVCodecContext *avctx) {
|
av_cold int ff_cavs_end(AVCodecContext *avctx) {
|
||||||
AVSContext *h = avctx->priv_data;
|
AVSContext *h = avctx->priv_data;
|
||||||
|
|
||||||
|
ff_MPV_common_end(&h->s);
|
||||||
|
|
||||||
av_free(h->top_qp);
|
av_free(h->top_qp);
|
||||||
av_free(h->top_mv[0]);
|
av_free(h->top_mv[0]);
|
||||||
av_free(h->top_mv[1]);
|
av_free(h->top_mv[1]);
|
||||||
|
Loading…
Reference in New Issue
Block a user