Commit 0de9d72b authored by Michael Niedermayer's avatar Michael Niedermayer

mxpeg_decode_end: zero bitmask size

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2884688b
......@@ -54,6 +54,7 @@ static av_cold int mxpeg_decode_end(AVCodecContext *avctx)
for (i = 0; i < 2; ++i)
av_frame_free(&s->picture[i]);
s->bitmask_size = 0;
av_freep(&s->mxm_bitmask);
av_freep(&s->completion_bitmask);
......
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