This commit is contained in:
Holger Zimmermann 2001-07-20 21:10:57 +00:00
parent a088c2e19d
commit 1b03f89fa0

View file

@ -424,6 +424,7 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB)
{ {
iRet = PIAPI_ERROR; iRet = PIAPI_ERROR;
}; };
efree(header_line);
break; break;
case PHP_MODE_LINT: case PHP_MODE_LINT:
iRet = (php_lint_script(&file_handle CLS_CC ELS_CC PLS_CC) == SUCCESS) ? iRet = (php_lint_script(&file_handle CLS_CC ELS_CC PLS_CC) == SUCCESS) ?
@ -437,7 +438,6 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB)
efree(SG(request_info).cookie_data); efree(SG(request_info).cookie_data);
}; };
efree(header_line);
php_request_shutdown(NULL); php_request_shutdown(NULL);
return iRet; return iRet;
} }