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: Stefan Monnier
Subject: Re: Using the ImageMagick backend seems to leak memory
Date: Tue, 11 Jan 2011 20:47:05 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> +  /* MagickWandGenesis() initializes the imagemagick library.  */

Nitpick: "MagickWandGenesis()" refers to the value returned by the
function, and that value doesn't initialize anything.  It should say

  /* `MagickWandGenesis' initializes the imagemagick library.  */

instead.


        Stefan



reply via email to

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