]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: move deallocation of memory from n_d_close to n_d_destroy
[notmuch] / lib / database-private.h
index 763590079f129c9bf84f363ead8c2cb150fcbdce..d2c253136d146db6cca03f2ed2b220526ab07cfb 100644 (file)
@@ -194,7 +194,7 @@ struct _notmuch_database {
     /* true if changes have been made in this atomic section */
     bool atomic_dirty;
     Xapian::Database *xapian_db;
-
+    bool open;
     /* Bit mask of features used by this database.  This is a
      * bitwise-OR of NOTMUCH_FEATURE_* values (above). */
     enum _notmuch_features features;