From: Carl Worth Date: Tue, 20 Oct 2009 19:48:14 +0000 (-0700) Subject: message.c: Free leaked memory in notmuch_message object X-Git-Tag: 0.1~815 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=25aef828771a95f0c968acd33266019019716a41;hp=25aef828771a95f0c968acd33266019019716a41 message.c: Free leaked memory in notmuch_message object We were careful to free this memory when we finished parsing the headers, but we missed it for the case of closing the message without ever parsing all of the headers. ---