]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Let Xapian manage the memory for FieldProcessors
authorDavid Bremner <david@tethera.net>
Fri, 17 Feb 2017 03:07:50 +0000 (23:07 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 19 Feb 2017 02:18:06 +0000 (22:18 -0400)
It turns out this is exactly what release() is for; Xapian will
deallocate the objects when it's done with them.


No differences found