projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e678f8d
)
PL_body_arenas should be set to NULL when the interpreter is cleared.
Nicholas Clark [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;