From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60804150509j3c100fc4t2ed303ae0124ba15@mail.gmail.com>
p4raw-id: //depot/perl@33687
op_free(kid);
}
}
- if (type == OP_NULL)
- type = (OPCODE)o->op_targ;
#ifdef PERL_DEBUG_READONLY_OPS
Slab_to_rw(o);
cop_free((COP*)o);
}
+ if (type == OP_NULL)
+ type = (OPCODE)o->op_targ;
+
op_clear(o);
if (o->op_latefree) {
o->op_latefreed = 1;