Search found 1 match

by egb
2012-08-22T01:32:43-07:00
Forum: Magick++
Topic: Memory Leak in Magick::Image::profile
Replies: 1
Views: 8209

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 ...