Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / 4f0205bfc44f97d1cccb7e081e79391f00f85d
1 Return-Path: <tomi.ollila@nixu.com>\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 88A26429E25\r
6         for <notmuch@notmuchmail.org>; Sat, 10 Dec 2011 02:19:01 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id G0U4ufbjCHcp for <notmuch@notmuchmail.org>;\r
16         Sat, 10 Dec 2011 02:18:57 -0800 (PST)\r
17 Received: from mail-gw3.nixu.fi (mail-gw3.nixu.fi [193.209.237.7])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 29106431FB6\r
21         for <notmuch@notmuchmail.org>; Sat, 10 Dec 2011 02:18:56 -0800 (PST)\r
22 Received: from pps.filterd (mail-gw3 [127.0.0.1])\r
23         by mail-gw3.nixu.fi (8.14.4/8.14.4) with SMTP id pBAAItEZ029861\r
24         for <notmuch@notmuchmail.org>; Sat, 10 Dec 2011 12:18:55 +0200\r
25 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
26         by mail-gw3.nixu.fi with ESMTP id 114cs0sg4y-1\r
27         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
28         for <notmuch@notmuchmail.org>; Sat, 10 Dec 2011 12:18:54 +0200\r
29 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
30         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
31         pBAAIspi030047\r
32         for <notmuch@notmuchmail.org>; Sat, 10 Dec 2011 12:18:54 +0200\r
33 From: Tomi Ollila <tomi.ollila@iki.fi>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v3] Release memory allocated by\r
36         internet_address_list_parse_string()\r
37 In-Reply-To: <yf6borhx34e.fsf@taco2.nixu.fi>\r
38 References: <yf61usgywbk.fsf@taco2.nixu.fi> <yf61usgul2n.fsf@taco2.nixu.fi>\r
39         <yf6borhx34e.fsf@taco2.nixu.fi>\r
40 User-Agent: Notmuch/0.10.2+70~gf0e0053 (http://notmuchmail.org) Emacs/23.3.1\r
41         (i686-pc-linux-gnu)\r
42 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
43         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
44         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
45 Date: Sat, 10 Dec 2011 12:18:54 +0200\r
46 Message-ID: <yf61uscohkh.fsf@taco2.nixu.fi>\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain; charset=us-ascii\r
49 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110,\r
50  1.0.211,       0.0.0000        definitions=2011-12-10_02:2011-12-09, 2011-12-10,\r
51         1970-01-01 signatures=0\r
52 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0\r
53         ipscore=0 suspectscore=3\r
54         phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0\r
55         reason=mlx\r
56         scancount=1 engine=6.0.2-1012030000 definitions=main-1112100035\r
57 X-BeenThere: notmuch@notmuchmail.org\r
58 X-Mailman-Version: 2.1.13\r
59 Precedence: list\r
60 List-Id: "Use and development of the notmuch mail system."\r
61         <notmuch.notmuchmail.org>\r
62 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
64 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
65 List-Post: <mailto:notmuch@notmuchmail.org>\r
66 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
67 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
68         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
69 X-List-Received-Date: Sat, 10 Dec 2011 10:19:01 -0000\r
70 \r
71 g_object_unref() releases the memory of the InternetAddressList object\r
72 returned by internet_address_list_parse_string() -- when last (only)\r
73 reference is released, internet_address_list_finalize() will do cleanup.\r
74 ---\r
75 \r
76 hmm, have to agree amdragon's "suggested alternative" is more robust \r
77 (in maintainability point of view) than the one I took previously.\r
78 \r
79 The 3 other alternatives are not common in notmuch code and therefore dropped:\r
80 1) use multiple goto labels to jump in\r
81 2) use deeply nested if blocks\r
82 3) the ultimate solution: do { .. } while (0) blocks and break;s >;)\r
83 \r
84 When reviewing, see also gmime-2.4.25/gmime/internet-address.c (or older)\r
85 I tested this patch by entering:  notmuch show --format=mbox '*' | wc\r
86 \r
87  notmuch-show.c |    4 +++-\r
88  1 files changed, 3 insertions(+), 1 deletions(-)\r
89 \r
90 diff --git a/notmuch-show.c b/notmuch-show.c\r
91 index 603992a..873a7c4 100644\r
92 --- a/notmuch-show.c\r
93 +++ b/notmuch-show.c\r
94 @@ -255,7 +255,9 @@ _extract_email_address (const void *ctx, const char *from)\r
95      email = talloc_strdup (ctx, email);\r
96  \r
97    DONE:\r
98 -    /* XXX: How to free addresses here? */\r
99 +    if (addresses)\r
100 +       g_object_unref (addresses);\r
101 +\r
102      return email;\r
103     }\r
104  \r
105 -- \r
106 1.7.7.3\r