emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using the ImageMagick backend seems to leak memory


From: Tassilo Horn
Subject: Re: Using the ImageMagick backend seems to leak memory
Date: Tue, 11 Jan 2011 20:55:29 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

address@hidden writes:

Hi!

>> Anyway, should I commit the following patch which includes your
>> DestroyImage() call that fixes the issue, and I additionally
>> surrounded image loading with calls to
>> MagickWandGenesis()/MagickWandTerminus(), because that's the way the
>> API is used throughout the example codes in the MagickWand API docs?
>
> The patch seems fine.

Ok, I'll commit it in some minutes.

> Im not entirely sure about genesis/terminus though, I interpreted the
> docs to mean genesis=library load.

The docs say initialize and terminate the MagickWand environment
whatever that means.  At least the docs indicate that the calls come in
pairs, and till now the terminus function was never called.

Bye,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]