diff options
author | Holger Zimmermann <holger@php.net> | 2001-07-20 21:10:57 +0000 |
---|---|---|
committer | Holger Zimmermann <holger@php.net> | 2001-07-20 21:10:57 +0000 |
commit | 1b03f89fa0e193e5ddf543e0879ca2694846819f (patch) | |
tree | 858e27624e931439b5d270aa4fba979834585bdf /sapi | |
parent | a088c2e19df11126e40102bbabb790107995cd42 (diff) | |
download | php-git-1b03f89fa0e193e5ddf543e0879ca2694846819f.tar.gz |
Updated
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 012dd38eac..2f949c3d3a 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -424,6 +424,7 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB) { iRet = PIAPI_ERROR; }; + efree(header_line); break; case PHP_MODE_LINT: 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(header_line); php_request_shutdown(NULL); return iRet; } |