]> git.notmuchmail.org Git - notmuch/commit
lib: add talloc reference from string map iterator to map
authorDavid Bremner <david@tethera.net>
Fri, 23 Sep 2016 09:33:19 +0000 (06:33 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 24 Sep 2016 13:08:45 +0000 (10:08 -0300)
commit514a0a6a3bd74c03db6cd9b28edc0a29a8a2441e
treef7f3fa9706f92b4fcab2331c2beeef01b5652f38
parent7b2d7d65126b11ce08079b7cf235e1073fb1c22b
lib: add talloc reference from string map iterator to map

This is needed so that when the map is modified during traversal, and
thus unlinked by the database code, the map is not disposed of until the
iterator is done with it.
lib/string-map.c