Skip to content

Commit f89fbde

Browse files
author
Andi Gutmans
committed
- MFH
1 parent 132e7dd commit f89fbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ static inline void zend_assign_to_variable(znode *result, znode *op1, znode *op2
282282
if (op2
283283
&& op2->op_type == IS_VAR
284284
&& value==&Ts[op2->u.var].tmp_var) {
285-
efree(value->value.str.val);
285+
STR_FREE(value->value.str.val);
286286
}
287287
if (final_value == &tmp) {
288288
zval_dtor(final_value);

0 commit comments

Comments
 (0)