summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-01-02 21:50:55 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-01-02 21:50:55 +0000
commitff8dabfa5b87d11f875cfd5faa30b45d10989866 (patch)
treec0577e00ba2960777d97321d2f6f9bbee01b18b4 /sv.c
parent18f651c18a8478bb824cd441f48d37ddf2f51707 (diff)
downloadperl-ff8dabfa5b87d11f875cfd5faa30b45d10989866.tar.gz
stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
(change #25775 wasn't complete) p4raw-link: @25775 on //depot/perl: 22162ca81623f0ce6683af5e97b91bf10ad89079 p4raw-id: //depot/perl@26587
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sv.c b/sv.c
index 016cad5f29..9cc9c370d4 100644
--- a/sv.c
+++ b/sv.c
@@ -9333,11 +9333,7 @@ Perl_sv_dup(pTHX_ const SV *sstr, CLONE_PARAMS* param)
dstr->sv_debug_line = sstr->sv_debug_line;
dstr->sv_debug_inpad = sstr->sv_debug_inpad;
dstr->sv_debug_cloned = 1;
-# ifdef NETWARE
dstr->sv_debug_file = savepv(sstr->sv_debug_file);
-# else
- dstr->sv_debug_file = savesharedpv(sstr->sv_debug_file);
-# endif
#endif
ptr_table_store(PL_ptr_table, sstr, dstr);