summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-03-29 23:47:46 +0800
committerXinchen Hui <laruence@php.net>2013-03-29 23:47:46 +0800
commitbed44e562ea79f9c4dde720434cd6fd6e0a79bad (patch)
treef9a02a4558df7fe264ce1e7ed434835c61a4f7d2
parent953f07503aa695009aab729370e458dc26784a8b (diff)
downloadphp-git-bed44e562ea79f9c4dde720434cd6fd6e0a79bad.tar.gz
missed part of the patch
-rw-r--r--sapi/cli/ps_title.c1
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 */