From bed44e562ea79f9c4dde720434cd6fd6e0a79bad Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 29 Mar 2013 23:47:46 +0800 Subject: [PATCH] missed part of the patch --- sapi/cli/ps_title.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.40.0