From: Nicholas Clark Date: Sun, 22 Oct 2006 22:35:42 +0000 (+0000) Subject: Fix bug in change 27321 - Perl_ss_dup should also have been updated. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=624e458e55cfc9b2dade0f3ce038a53e029fec0c;p=p5sagit%2Fp5-mst-13.2.git Fix bug in change 27321 - Perl_ss_dup should also have been updated. p4raw-id: //depot/perl@29085 --- diff --git a/sv.c b/sv.c index 0f33280..77047ef 100644 --- a/sv.c +++ b/sv.c @@ -10491,12 +10491,6 @@ Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) (void)GpREFCNT_inc(gp); gv = (GV*)POPPTR(ss,ix); TOPPTR(nss,ix) = gv_dup_inc(gv, param); - c = (char*)POPPTR(ss,ix); - TOPPTR(nss,ix) = pv_dup(c); - iv = POPIV(ss,ix); - TOPIV(nss,ix) = iv; - iv = POPIV(ss,ix); - TOPIV(nss,ix) = iv; break; case SAVEt_FREEOP: ptr = POPPTR(ss,ix);