From: Steve Peters Date: Thu, 15 Dec 2005 02:33:11 +0000 (+0000) Subject: Reverting change #26360 and #26361 since it appears that the bugs I X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8535f7f6ae50d0da357b4c25ec59ab4a2213bd76;p=p5sagit%2Fp5-mst-13.2.git Reverting change #26360 and #26361 since it appears that the bugs I thought I fixed had been previously fixed with change #25953. p4raw-link: @26360 on //depot/perl: f7ae8051c95a2bdf42aad8ef8cbdb82f5608126f p4raw-link: @25953 on //depot/perl: 9850bf21fc4ed69d8ddb0293df59411f891c62df p4raw-id: //depot/perl@26362 --- diff --git a/pp_sort.c b/pp_sort.c index 3d9b0d9..7c8ab2f 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -1686,7 +1686,6 @@ PP(pp_sort) PL_stack_sp = newsp; POPSTACK; CATCH_SET(oldcatch); - FREETMPS; } else { MEXTEND(SP, 20); /* Can't afford stack realloc on signal. */