mirror of
https://github.com/php/php-src.git
synced 2025-01-01 16:35:00 +08:00
Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument)
This commit is contained in:
parent
08974cf41b
commit
acd8753c5d
@ -180,6 +180,9 @@ ZEND_API void _zval_copy_ctor_wrapper(zval *zvalue) /* {{{ */
|
||||
|
||||
ZEND_API void _zval_dtor_wrapper(zval *zvalue) /* {{{ */
|
||||
{
|
||||
TSRMLS_FETCH();
|
||||
|
||||
GC_REMOVE_ZVAL_FROM_BUFFER(zvalue);
|
||||
zval_dtor(zvalue);
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user