From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Using the ImageMagick backend seems to leak memory Date: Tue, 11 Jan 2011 20:47:05 -0500 Message-ID: References: <87sjx6zczl.fsf@member.fsf.org> <30611405.post@talk.nabble.com> <874o9l86eb.fsf@member.fsf.org> <87zkr7nxo8.fsf@member.fsf.org> <8739oz8dei.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294796843 19717 80.91.229.12 (12 Jan 2011 01:47:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2011 01:47:23 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 12 02:47:20 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pcpnv-0005Sl-Ij for ged-emacs-devel@m.gmane.org; Wed, 12 Jan 2011 02:47:15 +0100 Original-Received: from localhost ([127.0.0.1]:34573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pcpnv-0004Il-0y for ged-emacs-devel@m.gmane.org; Tue, 11 Jan 2011 20:47:15 -0500 Original-Received: from [140.186.70.92] (port=43146 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pcpno-0004IQ-EZ for Emacs-devel@gnu.org; Tue, 11 Jan 2011 20:47:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pcpnm-0002LT-S0 for Emacs-devel@gnu.org; Tue, 11 Jan 2011 20:47:08 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:20790 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pcpnm-0002LI-PI for Emacs-devel@gnu.org; Tue, 11 Jan 2011 20:47:06 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AigHAKeWLE1FxIbi/2dsb2JhbACWKo4QdLx8hUwEhGeOJQ X-IronPort-AV: E=Sophos;i="4.60,310,1291611600"; d="scan'208";a="87692183" Original-Received: from 69-196-134-226.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.226]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 11 Jan 2011 20:47:06 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E944B58920; Tue, 11 Jan 2011 20:47:05 -0500 (EST) In-Reply-To: <8739oz8dei.fsf@member.fsf.org> (Tassilo Horn's message of "Tue, 11 Jan 2011 20:10:29 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134456 Archived-At: > + /* 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