[Magick++] memory leaks galore

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 »

We tried your program with ImageMagick 6.2.8-6, the current release, and it did not a leak. Valgrind reports:
  • ==24081== LEAK SUMMARY:
    ==24081== definitely lost: 0 bytes in 0 blocks.
    ==24081== possibly lost: 0 bytes in 0 blocks.
    ==24081== still reachable: 301,989 bytes in 3,679 blocks.
    ==24081== suppressed: 0 bytes in 0 blocks.
Post Reply