Hi Tim, Sorry for the delay.
I added 2 new lines in your patch:
On Thu, May 16, 2019 at 08:23:22PM +0200, Tim Duesterhus wrote:
> +void mworker_free_child(struct mworker_proc *child) {
> + if (child == NULL) return;
> +
Which became:
> +void mworker_free_child(struct mworker_proc *child)
> +{
> + if (child == NULL)
> + return;
Thanks, merged.
--
William Lallemand

