Fixed bug memleak in header_register_callback

This commit is contained in:
Xinchen Hui 2015-12-11 17:26:31 +08:00
parent 5c5209d676
commit b5adfee320
4 changed files with 18 additions and 10 deletions

View file

@ -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;