summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-12-11 17:26:31 +0800
committerXinchen Hui <laruence@gmail.com>2015-12-11 17:26:31 +0800
commitb5adfee320de8d8aa13ee9d97f040f4d416f40d5 (patch)
tree1f5d62d0f31cb3239832d90da88152ac4dd5076c /main/SAPI.h
parent5c5209d676fd9eaef861792d03ff819ed36e7ea5 (diff)
downloadphp-git-b5adfee320de8d8aa13ee9d97f040f4d416f40d5.tar.gz
Fixed bug memleak in header_register_callback
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 67ee50dec2..7a80e70427 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -136,7 +136,6 @@ typedef struct _sapi_globals_struct {
HashTable known_post_content_types;
zval callback_func;
zend_fcall_info_cache fci_cache;
- zend_bool callback_run;
} sapi_globals_struct;