Initialise PL_delayedisa on thread clone.
authorNicholas Clark <nick@ccl4.org>
Thu, 3 May 2007 14:23:14 +0000 (14:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 3 May 2007 14:23:14 +0000 (14:23 +0000)
p4raw-id: //depot/perl@31125

sv.c

diff --git a/sv.c b/sv.c
index 832888d..0de5bb1 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -11110,6 +11110,7 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
 
     PL_sub_generation  = proto_perl->Isub_generation;
     PL_isarev          = hv_dup_inc(proto_perl->Iisarev, param);
+    PL_delayedisa      = hv_dup_inc(proto_perl->Tdelayedisa, param);
 
     /* funky return mechanisms */
     PL_forkprocess     = proto_perl->Iforkprocess;