]> git.notmuchmail.org Git - notmuch/commit
lib/open: use local talloc context in n_d_create_with_config
authorDavid Bremner <david@tethera.net>
Sat, 6 Mar 2021 13:49:31 +0000 (09:49 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 13 Mar 2021 12:49:49 +0000 (08:49 -0400)
commit12301392d492c07000abdcee84faa989d357331f
tree1dedb4f91709ee21cb270c6c10caad7ba07b0c1c
parenteef21c284742fa5ae14d7d352acc3a4dc98821ce
lib/open: use local talloc context in n_d_create_with_config

This better matches the memory allocation semantics in
notmuch_database_open_with_config.
lib/open.cc