1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

- Fix memory leak

This commit is contained in:
Andi Gutmans
2001-05-25 07:26:48 +00:00
parent fe1dbf644f
commit 90c36273b4

View File

@@ -670,7 +670,7 @@ void zend_do_free(znode *op1 CLS_DC)
} else if (op1->op_type==IS_VAR) {
zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1];
if (opline->opcode == ZEND_END_SILENCE) {
if (opline->opcode == ZEND_END_SILENCE || opline->opcode == ZEND_EXT_FCALL_END) {
opline--;
}
if (opline->result.op_type == op1->op_type