From: Andi Gutmans Date: Tue, 21 Nov 2000 16:14:02 +0000 (+0000) Subject: - The baby patch wasn't that innocent :) X-Git-Tag: php-4.0.4RC3~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12077112b42a38d5e452eda4004d2f9343185794;p=php - The baby patch wasn't that innocent :) --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index a5fdfc37ae..4c4e97492d 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -1654,7 +1654,6 @@ do_fcall_common: } INIT_PZVAL(valptr); zend_ptr_stack_push(&EG(argument_stack), valptr); - FREE_OP(&opline->op1, EG(free_op1)); } NEXT_OPCODE(); case ZEND_SEND_VAR: