Re: bug in configure script
[notmuch-archives.git] / 1c / 00d1489a67ecd3c840c07218577b0c03e4ef6e
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id DE2F2431FBF;\r
6         Sat, 21 Nov 2009 15:23:26 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 6CNc+sf4V+Gb; Sat, 21 Nov 2009 15:23:26 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 6C06D431FAE;\r
13         Sat, 21 Nov 2009 15:23:25 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Stefan Schmidt <stefan@datenfreihafen.org>, notmuch@notmuchmail.org\r
16 In-Reply-To: <20091121221702.GG24602@excalibur.local>\r
17 References: <20091121221702.GG24602@excalibur.local>\r
18 Date: Sun, 22 Nov 2009 00:23:13 +0100\r
19 Message-ID: <87ljhz31jy.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] notmuch-config: Fix memleaks.\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Sat, 21 Nov 2009 23:23:27 -0000\r
36 \r
37 On Sat, 21 Nov 2009 23:17:02 +0100, Stefan Schmidt <stefan@datenfreihafen.org> wrote:\r
38\r
39 > While talloc is great we need to free the g_error by hand.\r
40\r
41 > Tested-by: Stefan Schmidt <stefan@datenfreihafen.org>\r
42 > Signed-off-by: Holger Freyther <zecke@selfish.org>\r
43 \r
44 Thanks to both of you! This is pushed.\r
45 \r
46 As for talloc and glib, it's become clear to me that I'd really like a\r
47 talloc-friendly hash-table implementation, (and maybe a nice growing\r
48 array). I really haven't seen any other data structures in glib that I'd\r
49 need as universally as I need those, (particularly since talloc already\r
50 provides a bunch of string functions).\r
51 \r
52 -Carl\r