summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-04-23 06:30:21 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-23 13:39:13 +0000
commit30ad99e7b3f61a34d0ea0f6fdc5b568bb12f039e (patch)
tree058ce062c0b4029a0332f260edc64cfc6236ce12 /sv.c
parent2787609acf15f48228c13df6c63c83544ebda559 (diff)
downloadperl-30ad99e7b3f61a34d0ea0f6fdc5b568bb12f039e.tar.gz
Re: PATCH 5.7.1
Message-ID: <20010423143021.17335.qmail@plover.com> p4raw-id: //depot/perl@9792
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 5ce8a1adc8..e8c2372954 100644
--- a/sv.c
+++ b/sv.c
@@ -137,6 +137,7 @@ S_more_sv(pTHX)
if (PL_nice_chunk) {
sv_add_arena(PL_nice_chunk, PL_nice_chunk_size, 0);
PL_nice_chunk = Nullch;
+ PL_nice_chunk_size = 0;
}
else {
char *chunk; /* must use New here to match call to */