X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.c;h=e8c2372954042a8771fac316a1cf152e5ad008bc;hb=ec38d36ccc38aad33e07cbbbf1e8816341de661d;hp=5ce8a1adc88848c42b871b0837078e179118eeb6;hpb=1dc13c174ce1e7042058992973b5cae87df5d46d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.c b/sv.c index 5ce8a1a..e8c2372 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 */