]> git.cworth.org Git - notmuch/commit
notmuch setup: Fix a couple of error paths.
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:55:02 +0000 (14:55 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:55:02 +0000 (14:55 -0700)
commit336deb279e170c1ddd52b5a907a5d35be613db61
treebe6dc2f37071d8550c14bc78f5fcf4eb7b544d4d
parenta5e619f11ffe034cfe2dc13207961ed6db5ab5ba
notmuch setup: Fix a couple of error paths.

We had early returns instead of goto statments, and sure enough,
they were leaking. Much cleaner this way.
notmuch.c