summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-08-16 12:25:40 +0000
committerZeev Suraski <zeev@php.net>2004-08-16 12:25:40 +0000
commitbe85bd83e86474c2de79c6f2691ffa75cdc595c1 (patch)
treeb16d0858a5445456a7809296ef0b021ec8cf2858
parent29099a7470fdb0f035528892f8a50f256c450490 (diff)
downloadphp-git-be85bd83e86474c2de79c6f2691ffa75cdc595c1.tar.gz
MFH
-rw-r--r--main/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index 53499bcb39..71217ae6da 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1562,6 +1562,7 @@ PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC)
EG(exit_status) = 0;
if (php_handle_special_queries(TSRMLS_C)) {
+ zend_file_handle_dtor(primary_file);
return 0;
}
#ifndef HAVE_BROKEN_GETCWD