diff options
| author | Zeev Suraski <zeev@php.net> | 2004-08-16 12:25:40 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2004-08-16 12:25:40 +0000 |
| commit | be85bd83e86474c2de79c6f2691ffa75cdc595c1 (patch) | |
| tree | b16d0858a5445456a7809296ef0b021ec8cf2858 | |
| parent | 29099a7470fdb0f035528892f8a50f256c450490 (diff) | |
| download | php-git-be85bd83e86474c2de79c6f2691ffa75cdc595c1.tar.gz | |
MFH
| -rw-r--r-- | main/main.c | 1 |
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 |
