]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch_filenames_create: Take a reference to underlying filename list
authorCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:36:13 +0000 (03:36 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:40:19 +0000 (03:40 -0800)
The notmuch_filenames_t object might easily outlive the original object
owning the filename list. So take a talloc reference to keep things safe.


No differences found