Re: [FFmpeg-devel] [PATCH] Fix leak of yuv_line in TiffContext.

2018-12-10 Thread Carl Eugen Hoyos
2018-12-11 0:52 GMT+01:00, Carl Hetherington : > Please review... I have used FFmpeg a lot but never suggested a patch > before :) Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listi

[FFmpeg-devel] [PATCH] Fix leak of yuv_line in TiffContext.

2018-12-10 Thread Carl Hetherington
Please review... I have used FFmpeg a lot but never suggested a patch before :) Signed-off-by: Carl Hetherington --- libavcodec/tiff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 751f23ef33..f71885d156 100644 --- a/libavcodec/tiff.c +++ b/lib