mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/mjpegdec Fix potential memleak of stereo3D at the end in case of decoding failure
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e9e7e68516
commit
ed56c021e7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user