]> git.notmuchmail.org Git - notmuch/commit
Convert notmuch_database_t to start using talloc.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 21:00:37 +0000 (14:00 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 21:00:37 +0000 (14:00 -0700)
commit17b3c214ea123a0e03c5bfff8fc3826976f5ad64
treea042b29fcfdf8594f8172c7a8a23e954d4556261
parent9ec5189a56e5616792f0a8a2ee6fba4e397ae2e2
Convert notmuch_database_t to start using talloc.

This will be handy as we can hang future talloc allocations off
of the datbase now.
database.cc