Commit:    bed44e562ea79f9c4dde720434cd6fd6e0a79bad
Author:    Xinchen Hui <larue...@php.net>         Fri, 29 Mar 2013 23:47:46 
+0800
Parents:   953f07503aa695009aab729370e458dc26784a8b
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bed44e562ea79f9c4dde720434cd6fd6e0a79bad

Log:
missed part of the patch

Changed paths:
  M  sapi/cli/ps_title.c


Diff:
diff --git a/sapi/cli/ps_title.c b/sapi/cli/ps_title.c
index 28830c9..8dc4609 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 */


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to