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:
e678f8d
)
PL_body_arenas should be set to NULL when the interpreter is cleared.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 21 Feb 2006 18:00:57 +0000
(18:00 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 21 Feb 2006 18:00:57 +0000
(18:00 +0000)
p4raw-id: //depot/perl@27262
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
11f79db
..
44defbe
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-642,6
+642,7
@@
Perl_sv_free_arenas(pTHX)
#else
S_free_arena(aTHX_ (void**) PL_body_arenas);
#endif
+ PL_body_arenas = 0;
for (i=0; i<PERL_ARENA_ROOTS_SIZE; i++)
PL_body_roots[i] = 0;