Skip to content

Commit

Permalink
- MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Jun 20, 2001
1 parent 132e7dd commit f89fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static inline void zend_assign_to_variable(znode *result, znode *op1, znode *op2
if (op2
&& op2->op_type == IS_VAR
&& value==&Ts[op2->u.var].tmp_var) {
efree(value->value.str.val);
STR_FREE(value->value.str.val);
}
if (final_value == &tmp) {
zval_dtor(final_value);
Expand Down

0 comments on commit f89fbde

Please sign in to comment.