Tomi Ollila <tomi.ollila at 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