diff options
author | Xinchen Hui <laruence@php.net> | 2013-03-29 23:47:46 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-03-29 23:47:46 +0800 |
commit | bed44e562ea79f9c4dde720434cd6fd6e0a79bad (patch) | |
tree | f9a02a4558df7fe264ce1e7ed434835c61a4f7d2 | |
parent | 953f07503aa695009aab729370e458dc26784a8b (diff) | |
download | php-git-bed44e562ea79f9c4dde720434cd6fd6e0a79bad.tar.gz |
missed part of the patch
-rw-r--r-- | sapi/cli/ps_title.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |