mirror of
https://github.com/php/php-src.git
synced 2026-04-06 15:43:13 +02:00
Merge branch 'PHP-5.5'
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user