]> git.notmuchmail.org Git - notmuch/commit
message.c: Free leaked memory in notmuch_message object
authorCarl Worth <cworth@cworth.org>
Tue, 20 Oct 2009 19:48:14 +0000 (12:48 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 20 Oct 2009 19:48:14 +0000 (12:48 -0700)
commit25aef828771a95f0c968acd33266019019716a41
tree651d2f0e5c56461c74dd8f7b76e9c43ba3d3d1af
parent00b65cad98e7d09f5005587ea8b51d0d4160bd45
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.
message.c