]> git.notmuchmail.org Git - notmuch/commit
Fix memory leak in notmuch_thread_results_t
authorCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 21:02:58 +0000 (14:02 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 21:02:58 +0000 (14:02 -0700)
commit1726c5c814aecd924849a0b91c82d420af945827
tree950f730d857153fc6f15b1f5ab2a7795fcdac69c
parent3dce2007887717ec4ec0a1e815591c957acd1ba1
Fix memory leak in notmuch_thread_results_t

If we were using a talloc-based resizing array then this wouldn't
have happened. Of course, thanks to valgrind for catching this.
query.cc