Search found 1 match
- 2012-08-22T01:32:43-07:00
- Forum: Magick++
- Topic: Memory Leak in Magick::Image::profile
- Replies: 1
- Views: 7648
Memory Leak in Magick::Image::profile
Hello, I'm seeing a 65541-Byte memory leak every time a call to "Magick::Image::profile(std::string) const" doesn't find the profile specified in the image. (Version 6.6.9.7, ubuntu 12.04 package) Example code to repoduce: #include <Magick++.h> #include <iostream> int main(int argc, const char ...