small memory leak in rgb.c, gray.c and cmyk.c
Swiss army knife of image processing
Brought to you by:
bfriesen
Hello,
should not scanline be freed in Read?Image functions at this stage?
https://sourceforge.net/p/graphicsmagick/code/ci/default/tree/coders/rgb.c#l502
This problem is fixed by Mercurial changeset 15718:af80f48585b2. Thanks for the report!
I followed up with Mercurial changeset 15719:7f9f260096b0 since it seemed like there were more issues than just a memory leak.
Thanks!