Re: [Patch v6 4/8] lib: add "verbose" versions of notmuch_database_{open,create}

Subject: Re: [Patch v6 4/8] lib: add "verbose" versions of notmuch_database_{open,create}

Date: Sun, 29 Mar 2015 00:46:20 +0100

To: Tomi Ollila, notmuch@notmuchmail.org

Cc:

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

>
> Just that this small piece of code above git pass my sparse sieve, perhaps
> this could be amended to:
>
>     if (message) {
>         if (status_string)
>             *status_string = message;
>         else 
>             free(message);
>     }
>

I amended and pushed. Thanks for all the reviewing.

d

Thread: