]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
lib: write talloc report in notmuch_database_destroy
[notmuch] / notmuch.c
index d0a94fc2650993ae18bbd1ae6eae0109c3ca249b..1404b70c3c06a5d0c6ca24849ee8e98395814029 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -589,7 +589,7 @@ main (int argc, char *argv[])
         * talloc_enable_null_tracking
         */
 
-       FILE *report = fopen (talloc_report, "w");
+       FILE *report = fopen (talloc_report, "a");
        if (report) {
            talloc_report_full (NULL, report);
        } else {