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-restore.c
diff --git
a/notmuch-restore.c
b/notmuch-restore.c
index d3b9246237c54ee2561eecf4cba24499d2577d4e..02b563caae2dcbd5d52d223cf3ef6db4c2739d88 100644
(file)
--- a/
notmuch-restore.c
+++ b/
notmuch-restore.c
@@
-192,7
+192,7
@@
notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
if (line)
free (line);
- notmuch_database_
close
(notmuch);
+ notmuch_database_
destroy
(notmuch);
if (input != stdin)
fclose (input);