]> git.notmuchmail.org Git - notmuch/commitdiff
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)
If we were using a talloc-based resizing array then this wouldn't
have happened. Of course, thanks to valgrind for catching this.


No differences found