aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/database.cc')
-rw-r--r--lib/database.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/database.cc b/lib/database.cc
index 8177c6b6..583a16ed 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -911,8 +911,7 @@ notmuch_database_add_message (notmuch_database_t *notmuch,
* (which may or may not reference an existing document in the
* database). */
- /* Use NULL for owner since we want to free this locally. */
- message = _notmuch_message_create_for_message_id (NULL,
+ message = _notmuch_message_create_for_message_id (database,
notmuch,
message_id,
&private_status);