projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c8c7a0
)
Fix core dump on perl_construct()/perl_destruct() loop
Chip Salzenberg [Mon, 30 Dec 1996 21:52:01 +0000 (09:52 +1200)]
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
aa6a1a4
..
9b3a506
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-219,6
+219,11
@@
register PerlInterpreter *sv_interp;
statgv = Nullgv;
laststatval = -1;
+ sv_free((SV*)beginav);
+ beginav = Nullav;
+ sv_free((SV*)endav);
+ endav = Nullav;
+
/* Prepare to destruct main symbol table. */
hv = defstash;