From 1b03f89fa0e193e5ddf543e0879ca2694846819f Mon Sep 17 00:00:00 2001 From: Holger Zimmermann Date: Fri, 20 Jul 2001 21:10:57 +0000 Subject: [PATCH] Updated --- sapi/pi3web/pi3web_sapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1