mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
Fix leak
This commit is contained in:
parent
2c6e3c80a1
commit
3a419fa8dd
@ -307,6 +307,7 @@ static inline void zend_assign_to_object(znode *result, znode *op1, znode *op2,
|
||||
*retval = EG(uninitialized_zval_ptr);
|
||||
|
||||
SELECTIVE_PZVAL_LOCK(*retval, result);
|
||||
PZVAL_UNLOCK(value);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user