]> git.cworth.org Git - notmuch/commit
notmuch-restore: allocate a temporary talloc context for each line parsed.
authorDavid Bremner <bremner@debian.org>
Sun, 16 Dec 2012 20:05:58 +0000 (16:05 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 23 Dec 2012 03:19:43 +0000 (23:19 -0400)
commit0919ea4c553bde840a0f37c6076712f345bcac7d
tree682bf827e375c71712aaf3ab1450103f1d9600ed
parentba4e8565294fc0a197b4c08082ad912c31888008
notmuch-restore: allocate a temporary talloc context for each line parsed.

This lets the high level code in notmuch restore be ignorant about
what the lower level code is doing as far as allocating memory.
notmuch-restore.c