On Fri, 9 Jun 2023 05:18:16 GMT, Jayathirth D V wrote:
> On code inspection it is revealed that in jpegloader.c->decompressIndirect()
> we are allocating memory for "scanline_ptr", but if we error_exit() from
> jpeg_read_scanlines() we are not releasing this memory.
>
> Added release of "scanl
On Fri, 9 Jun 2023 05:18:16 GMT, Jayathirth D V wrote:
> On code inspection it is revealed that in jpegloader.c->decompressIndirect()
> we are allocating memory for "scanline_ptr", but if we error_exit() from
> jpeg_read_scanlines() we are not releasing this memory.
>
> Added release of "scanl