Again, FREETMPS not SAVETMPS!
Steve Peters [Thu, 15 Dec 2005 02:02:25 +0000 (02:02 +0000)]
p4raw-id: //depot/perl@26361

pp_sort.c

index adb0b1c..3d9b0d9 100644 (file)
--- 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. */