]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Use talloc to simplify cleanup in notmuch_database_open
authorAustin Clements <amdragon@MIT.EDU>
Sun, 29 Jan 2012 05:50:10 +0000 (00:50 -0500)
committerDavid Bremner <bremner@debian.org>
Sat, 4 Feb 2012 01:15:45 +0000 (21:15 -0400)
Previously, we manually "free"d various pointers in
notmuch_database_open.  Use a local talloc context instead to simplify
cleanup and eliminate various NULL pointer initializations and
conditionals.


No differences found