[PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed.

2012-12-17 Thread Jani Nikula
On Sun, 16 Dec 2012, david at tethera.net wrote: > From: David Bremner > > 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 | 12 ++-- > 1 file changed, 10 insertions(+), 2

[PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed.

2012-12-16 Thread da...@tethera.net
From: David Bremner 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 | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/notmuch-restore.c

[PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed.

2012-12-16 Thread da...@tethera.net
From: David Bremner 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 | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/notmuch-restore.c

[PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed.

2012-12-16 Thread david
From: David Bremner brem...@debian.org 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 | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/notmuch-restore.c

Re: [PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed.

2012-12-16 Thread Jani Nikula
On Sun, 16 Dec 2012, da...@tethera.net wrote: From: David Bremner brem...@debian.org 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 | 12 ++-- 1 file changed, 10

[PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed.

2012-12-16 Thread david
From: David Bremner brem...@debian.org 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 | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/notmuch-restore.c