2011.02.22 09:54 "[Tiff] memory leak in tif_getimage.c", by Peter Hoepfner

2011.02.23 19:04 "Re: [Tiff] memory leak in tif_getimage.c", by Andreas Kleinert

I've applied the patch to 3.9.4 and can confirm that it's functionally working for the non-error case.

But what didn't work was to apply it using Cygwin's "patch" port. Not sure why (various errors). Applied it manually. Then compiled with VC++ 2008.

-------- Original Message --------

I've discovered a memory leak in tif_getimage.c if TIFFRGBAImageBegin()
returns an error. All resources already acquired are not released. I've
created a patch to fix this leak.

Sincerely Peter Hoepfner