Reverting change #26360 and #26361 since it appears that the bugs I
Steve Peters [Thu, 15 Dec 2005 02:33:11 +0000 (02:33 +0000)]
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

pp_sort.c

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