Small memory leak in MagickReadImageFile

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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().
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We need to investigate this problem further and get back to you.
Post Reply