Memory Leak in Magick++

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The exception structure is destroyed in the throwException() method. However, it looks like the 4 bytes exception list is leaked. We will patch Magick++ to fix this problem within the next few days.
rperez

Magick++ mem leak

Post by rperez »

we encountered the same problem. (purify indicate ExceptionInfo).
is there a new version with the fix?

Thanks in advanced
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The memory leak should be fixed in the latest release, ImageMagick 6.2.6-4.
rperez

memory leak in Magick 6.2.6-1

Post by rperez »

thanks a lot, we will try the new version.

Ronen.
Post Reply