[Patch 1/2] separate handling when addresses == NULL

2011-12-09 Thread Tomi Ollila
When addresses is NULL, (future) addresses object cleanup is not needed. --- notmuch-show.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/notmuch-show.c b/notmuch-show.c index 603992a..c27ef6a 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -239,7 +239,11 @@ _ex

[Patch 1/2] separate handling when addresses == NULL

2011-12-09 Thread Austin Clements
Quoth Tomi Ollila on Dec 09 at 3:52 pm: > When addresses is NULL, (future) addresses object cleanup is not needed. > --- > notmuch-show.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/notmuch-show.c b/notmuch-show.c > index 603992a..c27ef6a 100644 > --- a/not

Re: [Patch 1/2] separate handling when addresses == NULL

2011-12-09 Thread Austin Clements
Quoth Tomi Ollila on Dec 09 at 3:52 pm: > When addresses is NULL, (future) addresses object cleanup is not needed. > --- > notmuch-show.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/notmuch-show.c b/notmuch-show.c > index 603992a..c27ef6a 100644 > --- a/not

[Patch 1/2] separate handling when addresses == NULL

2011-12-09 Thread Tomi Ollila
When addresses is NULL, (future) addresses object cleanup is not needed. --- notmuch-show.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/notmuch-show.c b/notmuch-show.c index 603992a..c27ef6a 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -239,7 +239,11 @@ _ex