]> git.cworth.org Git - notmuch/commitdiff
lib/load_config: deallocate / NULL database on fatal error
authorDavid Bremner <david@tethera.net>
Sat, 23 Oct 2021 13:22:38 +0000 (10:22 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 30 Oct 2021 16:51:50 +0000 (13:51 -0300)
This fixes a potential memory leak, and makes the behaviour of
notmuch_database_load_config (somewhat) consistent with
n_d_{open,create} with config.


No differences found