Commit 3865ec2a authored by Michael Niedermayer's avatar Michael Niedermayer

proresenc_kostya: do not attempt to free random things

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent cde47411
......@@ -834,9 +834,6 @@ static av_cold int encode_close(AVCodecContext *avctx)
ProresContext *ctx = avctx->priv_data;
int i;
if (avctx->coded_frame->data[0])
avctx->release_buffer(avctx, avctx->coded_frame);
av_freep(&avctx->coded_frame);
if (ctx->tdata) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment