X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fchild.c;h=d3cd88201d46c5422588e11e894a10d4996af718;hb=b1c673ddfac7f322a62786cd4aae8b5b30ba69e8;hp=e53e448ed09539085631aad439bf878c997fa42d;hpb=9883af7240d3c25b7a8a859c9e8482caacd5f1aa;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/child.c b/src/src/child.c index e53e448ed..d3cd88201 100644 --- a/src/src/child.c +++ b/src/src/child.c @@ -75,7 +75,7 @@ int n = 0; int extra = pcount ? *pcount : 0; uschar **argv; -argv = store_get((extra + acount + MAX_CLMACROS + 18) * sizeof(char *)); +argv = store_get((extra + acount + MAX_CLMACROS + 18) * sizeof(char *), FALSE); /* In all case, the list starts out with the path, any macros, and a changed config file. */