Hi,
I'm getting a memory leak when capturing from my x desktop.
A simple example is
#include <Magick++.h>
int main(int argc, char *argv[])
{
Magick::Image img("x:root");
return 0;
}
The output from valgrind is:
==16722== 39,780 (38,712 direct, 1,068 indirect) bytes in 3 blocks are ...
Search found 1 match
- 2012-03-06T15:05:55-07:00
- Forum: Bugs
- Topic: Memory leak in Image with x:root
- Replies: 1
- Views: 4310