mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Fixed a purify warning
This commit is contained in:
parent
fa764cb027
commit
4dc22e32b6
@ -264,7 +264,9 @@ static inline void zend_assign_to_variable(znode *result, znode *op1, znode *op2
|
|||||||
short refcount=variable_ptr->refcount;
|
short refcount=variable_ptr->refcount;
|
||||||
|
|
||||||
previous_lock_count = variable_ptr->EA.locks;
|
previous_lock_count = variable_ptr->EA.locks;
|
||||||
value->refcount++;
|
if (type!=IS_TMP_VAR) {
|
||||||
|
value->refcount++;
|
||||||
|
}
|
||||||
zendi_zval_dtor(*variable_ptr);
|
zendi_zval_dtor(*variable_ptr);
|
||||||
*variable_ptr = *value;
|
*variable_ptr = *value;
|
||||||
variable_ptr->refcount = refcount;
|
variable_ptr->refcount = refcount;
|
||||||
|
Loading…
Reference in New Issue
Block a user