Re: notmuch-0.21 bug report
authorDavid Bremner <david@tethera.net>
Mon, 25 Apr 2016 18:16:16 +0000 (15:16 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:41 +0000 (16:21 -0700)
34/337613db1cd6096064d7e5a2a9b6c395beac61 [new file with mode: 0644]

diff --git a/34/337613db1cd6096064d7e5a2a9b6c395beac61 b/34/337613db1cd6096064d7e5a2a9b6c395beac61
new file mode 100644 (file)
index 0000000..468f88d
--- /dev/null
@@ -0,0 +1,81 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 9A2AE6DE00DF\r
+ for <notmuch@notmuchmail.org>; Mon, 25 Apr 2016 11:16:29 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.016\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.016 tagged_above=-999 required=5\r
+ tests=[AWL=-0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 2RtKm0ZV91yx for <notmuch@notmuchmail.org>;\r
+ Mon, 25 Apr 2016 11:16:21 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id B44DE6DE00C9\r
+ for <notmuch@notmuchmail.org>; Mon, 25 Apr 2016 11:16:21 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aul3Z-0001oH-Iz; Mon, 25 Apr 2016 14:16:25 -0400\r
+Received: (nullmailer pid 3305 invoked by uid 1000);\r
+ Mon, 25 Apr 2016 18:16:16 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: David Binderman <dcb314@hotmail.com>,\r
+ "notmuch@notmuchmail.org" <notmuch@notmuchmail.org>\r
+Subject: Re: notmuch-0.21 bug report\r
+In-Reply-To: <DUB128-W37A050CCA0515311F04F009C620@phx.gbl>\r
+References: <DUB128-W37A050CCA0515311F04F009C620@phx.gbl>\r
+User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 25 Apr 2016 15:16:16 -0300\r
+Message-ID: <87wpnlbllb.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 25 Apr 2016 18:16:29 -0000\r
+\r
+\r
+David Binderman <dcb314@hotmail.com> writes:\r
+\r
+> Hello there,\r
+>\r
+> [notmuch-count.c:207]: (error) Resource leak: input\r
+>\r
+> Source code is\r
+>\r
+> =C2=A0=C2=A0 if (notmuch_database_open (notmuch_config_get_database_path =\r
+(config),\r
+> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\r
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 NOTMUCH_DATABASE_MODE_READ_ONLY, &notm=\r
+uch))\r
+> =C2=A0=C2=A0=C2=A0 return EXIT_FAILURE;\r
+>\r
+> Suggest call fclose.\r
+>\r
+> Some duplicates:\r
+>\r
+> [notmuch-count.c:214]: (error) Resource leak: input\r
+> [notmuch-count.c:202]: (error) Resource leak: input\r
+\r
+Hi David;\r
+\r
+Thanks for the report. fclose doesn't really make sense here; what is\r
+that error message from?\r
+\r
+d\r