mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed bug memleak in header_register_callback
This commit is contained in:
parent
5c5209d676
commit
b5adfee320
4 changed files with 18 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue