memory doesnt get returned

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jave
Posts: 10
Joined: 2010-06-24T02:17:44-07:00
Authentication code: 8675308

memory doesnt get returned

Post by jave »

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: memory doesnt get returned

Post by fmw42 »

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
jave
Posts: 10
Joined: 2010-06-24T02:17:44-07:00
Authentication code: 8675308

Re: memory doesnt get returned

Post by jave »

Ok I think there is an error on our part. We did ReadImage, fed it to newmagickwand, but never destroyimage
Post Reply