We are developing a IM backend for Emacs 24 and we are experiencing memory leaks, particularily with the PNG format.
The code is in image.c.
http://git.savannah.gnu.org/cgit/emacs. ... rc/image.c
Any help apreciated
memory doesnt get returned
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: memory doesnt get returned
what version of IM. PNG coder has been under constant improvement lately, so try the latest version and check the changelog at http://www.imagemagick.org/script/changelog.php
Re: memory doesnt get returned
Ok I think there is an error on our part. We did ReadImage, fed it to newmagickwand, but never destroyimage