There is a small memory leak in in the 7.0.2 source download which is still present in the git repo.
It is in coders/dng.c and coders/mpc.c where entry->module is given a new value without first destroying any existing value.
Let me know if you want a pull request for the fix.
Regards,
Oliver Goodman
small memory leak
Re: small memory leak
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: small memory leak
Does it affect imagemagick 6 ?
Pointer to commit ?
Bastien
Pointer to commit ?
Bastien
Re: small memory leak
This is an IM7 only issue. The relevant commit is this one: http://git.imagemagick.org/repos/ImageM ... b432811e97