projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use notmuch_database_destroy instead of notmuch_database_close
[notmuch]
/
notmuch-reply.c
diff --git
a/notmuch-reply.c
b/notmuch-reply.c
index 0949d9fdc23eb5517695a10c352eabce9a66bf7b..da99a1374688befd36a859807862a25d7043a825 100644
(file)
--- a/
notmuch-reply.c
+++ b/
notmuch-reply.c
@@
-755,7
+755,7
@@
notmuch_reply_command (void *ctx, int argc, char *argv[])
return 1;
notmuch_query_destroy (query);
- notmuch_database_
close
(notmuch);
+ notmuch_database_
destroy
(notmuch);
if (params.cryptoctx)
g_object_unref(params.cryptoctx);