1
0
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:
Xinchen Hui
2013-03-29 23:49:35 +08:00

View File

@@ -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 */