]> git.notmuchmail.org Git - notmuch/commit
Fix a one-time memory leak.
authorCarl Worth <cworth@cworth.org>
Fri, 16 Oct 2009 20:41:37 +0000 (13:41 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Oct 2009 20:41:37 +0000 (13:41 -0700)
commit28c0691ab96b4550b6b5ec80d441cefc591e1098
tree8508be502987d738f6258ce7f218466a3cb653d9
parentdcebf35ec9d177720a120fd8601f966d169d2edf
Fix a one-time memory leak.

This was a single object in main outside any loops, so there was
no impact on performance or anything, but obviously we still want
to patch this.

Of course, valgrind gets the credit for seeing this.
notmuch-index-message.cc