]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found