From: Xinchen Hui Date: Fri, 29 Mar 2013 15:47:46 +0000 (+0800) Subject: missed part of the patch X-Git-Tag: php-5.5.0beta3~8^2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bed44e562ea79f9c4dde720434cd6fd6e0a79bad;p=php missed part of the patch --- diff --git a/sapi/cli/ps_title.c b/sapi/cli/ps_title.c index 28830c9082..8dc46094dd 100644 --- a/sapi/cli/ps_title.c +++ b/sapi/cli/ps_title.c @@ -414,6 +414,7 @@ void cleanup_ps_args(char **argv) for (i = 0; frozen_environ[i] != NULL; i++) free(frozen_environ[i]); free(frozen_environ); + free(new_environ); } #endif /* PS_USE_CLOBBER_ARGV */