Skip to content

Commit fd92aca

Browse files
author
Andi Gutmans
committed
- Fix crash (MFB PHP5_0)
1 parent 7889c7b commit fd92aca

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
@@ -637,7 +637,7 @@ static inline void zend_assign_to_object(znode *result, zval **object_ptr, znode
637637
*retval = EG(uninitialized_zval_ptr);
638638
PZVAL_LOCK(*retval);
639639
}
640-
PZVAL_UNLOCK_FREE(value);
640+
FREE_OP(free_value);
641641
return;
642642
}
643643

0 commit comments

Comments
 (0)