Change 21014 by [EMAIL PROTECTED] on 2003/09/03 06:16:24
Subject: [PATCH] Re: [EMAIL PROTECTED] or before broke mp2 ithreads test
From: Marcus Holland-Moritz <[EMAIL PROTECTED]>
Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
Message-ID: <[EMAIL PROTECTED]>
The other half of #20930 should be still good.
Affected files ...
... //depot/perl/op.c#585 edit
Differences ...
==== //depot/perl/op.c#585 (text) ====
Index: perl/op.c
--- perl/op.c#584~21000~ Tue Sep 2 08:35:40 2003
+++ perl/op.c Tue Sep 2 23:16:24 2003
@@ -4350,6 +4350,9 @@
CvCONST_on(cv);
sv_setpv((SV*)cv, ""); /* prototype is "" */
+ if (stash)
+ CopSTASH_free(PL_curcop);
+
LEAVE;
return cv;
End of Patch.