mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed refcounting
This commit is contained in:
parent
6da4759769
commit
0e91c5a586
@ -1452,9 +1452,9 @@ static spl_dual_it_object* spl_dual_it_construct(INTERNAL_FUNCTION_PARAMETERS, z
|
||||
zend_restore_error_handling(&error_handling TSRMLS_CC);
|
||||
return NULL;
|
||||
}
|
||||
ZVAL_COPY_VALUE(zobject, &retval);
|
||||
zobject = &retval;
|
||||
ce = Z_OBJCE_P(zobject);
|
||||
//??? inc_refcount = 0;
|
||||
inc_refcount = 0;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user