]> git.cworth.org Git - notmuch/commitdiff
lib/config: fix memory leak
authorDavid Bremner <david@tethera.net>
Sat, 19 Jun 2021 00:59:44 +0000 (21:59 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 25 Jun 2021 12:13:04 +0000 (09:13 -0300)
This commit fixes a small memory leak (per iterator restart) by
actually using the talloc context intended to be blown away on
restart.


No differences found