mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Updated
This commit is contained in:
parent
a088c2e19d
commit
1b03f89fa0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue