Search found 6 matches

by mcunha
2017-10-24T13:17:33-07:00
Forum: Bugs
Topic: memory leaks
Replies: 11
Views: 18228

Re: memory leaks

Hello?!?!
by mcunha
2017-10-20T11:57:05-07:00
Forum: Bugs
Topic: memory leaks
Replies: 11
Views: 18228

Re: memory leaks

How about you create a shared folder in something like dropbox or onedrive and then share the link with me.
I will then zip the test project and upload it to your shared folder.
by mcunha
2017-10-20T06:58:19-07:00
Forum: Bugs
Topic: memory leaks
Replies: 11
Views: 18228

Re: memory leaks

Where can I upload the demo?
by mcunha
2017-10-19T07:14:32-07:00
Forum: Bugs
Topic: memory leaks
Replies: 11
Views: 18228

Re: memory leaks

About my previous reply:
1 - calling Magick::InitializeMagick(""); in the OnInitDialog() of my main dialog
2 - Magick::TerminateMagick(); in the ::OnClose() method.
by mcunha
2017-10-19T07:13:21-07:00
Forum: Bugs
Topic: memory leaks
Replies: 11
Views: 18228

Re: memory leaks

// TestImageMagickDlg.cpp : implementation file // #include "stdafx.h" #include "TestImageMagick.h" #include "TestImageMagickDlg.h" #include "afxdialogex.h" #include <Magick++.h> #ifdef _DEBUG #ifndef DBG_NEW #define DBG_NEW new ( __FILE__ , __LINE__ ) #defin...
by mcunha
2017-10-13T12:14:48-07:00
Forum: Bugs
Topic: memory leaks
Replies: 11
Views: 18228

memory leaks

Hello, I'm having memory leaks issues with ImageMagick-7.0.7-5. Any call to any ImageMagick methods will generate memory leaks. For example: If I create a Visual Studio 2013 C++ project on Win7, dialog based with MFC in a shared DLL, Multi-threaded Debug DLL (/MDd) calling Magick::InitializeMagick(&...