Commit ed56c021 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mjpegdec Fix potential memleak of stereo3D at the end in case of decoding failure

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e9e7e685
......@@ -2091,6 +2091,7 @@ av_cold int ff_mjpeg_decode_end(AVCodecContext *avctx)
av_frame_unref(s->picture_ptr);
av_free(s->buffer);
av_freep(&s->stereo3d);
av_freep(&s->ljpeg_buffer);
s->ljpeg_buffer_size = 0;
......
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