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


No differences found