Page 1 of 1

Posted: 2006-02-26T10:20:07-07:00
by magick
Did you try closing the file you pass MagickReadImageFile()? ImageMagick call fdopen() on the file descriptior you pass and the memory is not released until you call fclose().

Posted: 2006-03-06T13:01:02-07:00
by magick
We need to investigate this problem further and get back to you.