fix build

This commit is contained in:
Antony Dovgal 2008-08-21 07:38:16 +00:00
parent c3e8485971
commit 898f19975c

View file

@ -4551,8 +4551,6 @@ PHP_FUNCTION(putenv)
#endif
RETURN_TRUE;
} else {
int error = GetLastError();
printf("error: %i\n", error);
efree(pe.putenv_string);
efree(pe.key);
RETURN_FALSE;