From: Zeev Suraski Date: Sat, 24 Jul 1999 14:38:05 +0000 (+0000) Subject: Fix that memory leak... nested function issue remains X-Git-Tag: php-4.0b2~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cdb7d6a29fac95f6b6ae9c04683a771087043ee;p=php Fix that memory leak... nested function issue remains --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 634ebb8c3f..de4bc12065 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -836,7 +836,6 @@ static void generate_free_switch_expr(zend_switch_entry *switch_entry CLS_DC) { zend_op *opline = get_next_op(CG(active_op_array) CLS_CC); - return; opline->opcode = ZEND_SWITCH_FREE; opline->op1 = switch_entry->cond; SET_UNUSED(opline->op2);