]> git.notmuchmail.org Git - notmuch/blobdiff - lib/filenames.c
notmuch_filenames_create: Take a reference to underlying filename list
[notmuch] / lib / filenames.c
index 50e1435488d04ae5c5bd59faa9f451a4dfba5d8f..f078c95579c9fabbb1c54f101de809386130f85a 100644 (file)
@@ -79,6 +79,7 @@ _notmuch_filenames_create (const void *ctx,
        return NULL;
 
     filenames->iterator = list->head;
        return NULL;
 
     filenames->iterator = list->head;
+    (void) talloc_reference (filenames, list);
 
     return filenames;
 }
 
     return filenames;
 }