This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfd798
)
clear PL_exitlist in perl_destruct
author
Craig A. Berry
<craigberry@mac.com>
Tue, 11 Mar 2003 00:34:39 +0000
(18:34 -0600)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 11 Mar 2003 06:55:29 +0000
(06:55 +0000)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
3E6D837F
.7000506@mac.com>
p4raw-id: //depot/perl@18910
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
52cf4a7
..
b8598f5
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-386,6
+386,9
@@
perl_destruct(pTHXx)
Safefree(PL_exitlist);
+ PL_exitlist = NULL;
+ PL_exitlistlen = 0;
+
if (destruct_level == 0){
DEBUG_P(debprofdump());