summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/sapi_apache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c
index bcd2bcfda8..724e87238c 100644
--- a/sapi/apache/sapi_apache.c
+++ b/sapi/apache/sapi_apache.c
@@ -79,7 +79,6 @@ PHPAPI int apache_php_module_main(request_rec *r, int fd, int display_source_mod
if (open_file_for_scanning(&file_handle CLS_CC)==SUCCESS) {
php_get_highlight_struct(&syntax_highlighter_ini);
zend_highlight(&syntax_highlighter_ini);
- fclose(file_handle.handle.fp);
return OK;
} else {
return NOT_FOUND;