summaryrefslogtreecommitdiff
path: root/ext/Thread
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-08 10:26:15 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-08 10:26:15 +0000
commit98eae8f585b9800849b5e5482e2d405f21bab67e (patch)
treece00cfd416299b06127f22e32f8bc3e7f0b47090 /ext/Thread
parentc305c6a05369da2338dc1201b35b0dff2e8d6a5d (diff)
downloadperl-98eae8f585b9800849b5e5482e2d405f21bab67e.tar.gz
remove kludgey duplicate background error avoidance (caused
"leaks"; %@ wasn't even user-visible under -Dusethreads); only repeats of most recent error are now avoided p4raw-id: //depot/perl@4316
Diffstat (limited to 'ext/Thread')
-rw-r--r--ext/Thread/Thread.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Thread/Thread.xs b/ext/Thread/Thread.xs
index 09d063a992..a57f4770b2 100644
--- a/ext/Thread/Thread.xs
+++ b/ext/Thread/Thread.xs
@@ -159,7 +159,6 @@ threadstart(void *arg)
SvREFCNT_dec(thr->threadsv);
SvREFCNT_dec(thr->specific);
SvREFCNT_dec(thr->errsv);
- SvREFCNT_dec(thr->errhv);
/*Safefree(cxstack);*/
while (PL_curstackinfo->si_next)