mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Use notmuch_database_destroy instead of notmuch_database_close
Adapt notmuch-deliver to the notmuch_database_close split. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
6f7469f547
commit
37e293eb5f
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ main(int argc, char **argv)
|
|||
g_strfreev(opt_rtags);
|
||||
g_free(mail);
|
||||
|
||||
notmuch_database_close(db);
|
||||
notmuch_database_destroy(db);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue