X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibkvazaar.c;h=14eabe4e05a28651a359355e81e9d58fdb15ce09;hb=1c7f252783aec37e4ff8049476386f63afe91756;hp=54788e154beb9a4c913c0392fb6031e61dfb2f25;hpb=1ab74bc19354aedfb9afe71515952254753a75cc;p=ffmpeg diff --git a/libavcodec/libkvazaar.c b/libavcodec/libkvazaar.c index 54788e154be..14eabe4e05a 100644 --- a/libavcodec/libkvazaar.c +++ b/libavcodec/libkvazaar.c @@ -156,9 +156,6 @@ static av_cold int libkvazaar_close(AVCodecContext *avctx) ctx->api->config_destroy(ctx->config); } - if (avctx->extradata) - av_freep(&avctx->extradata); - return 0; }