From: Steve Peters Date: Thu, 15 Dec 2005 02:02:25 +0000 (+0000) Subject: Again, FREETMPS not SAVETMPS! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a882b6a267ba65cf612aaa239eac8f9b5fb407c4;p=p5sagit%2Fp5-mst-13.2.git Again, FREETMPS not SAVETMPS! p4raw-id: //depot/perl@26361 --- diff --git a/pp_sort.c b/pp_sort.c index adb0b1c..3d9b0d9 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -1686,7 +1686,7 @@ PP(pp_sort) PL_stack_sp = newsp; POPSTACK; CATCH_SET(oldcatch); - SAVETMPS; + FREETMPS; } else { MEXTEND(SP, 20); /* Can't afford stack realloc on signal. */