From: Holger Zimmermann Date: Fri, 20 Jul 2001 21:10:57 +0000 (+0000) Subject: Updated X-Git-Tag: PRE_TSRM_MERGE_PATCH~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b03f89fa0e193e5ddf543e0879ca2694846819f;p=php Updated --- 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; }