]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Fix use-after-free bug.
authorCarl Worth <cworth@cworth.org>
Mon, 20 Sep 2010 22:01:52 +0000 (22:01 +0000)
committerCarl Worth <cworth@cworth.org>
Mon, 20 Sep 2010 22:01:52 +0000 (22:01 +0000)
Thanks to the new git-based test suite, it's easy to run the whole
test suite in valgrind, (simply "make test OPTIONS="--valgrind"), and
doing so showed this obvious use-after-free bug, (triggered by the
thread-order tests).


No differences found