summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-15 02:33:11 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-15 02:33:11 +0000
commit8535f7f6ae50d0da357b4c25ec59ab4a2213bd76 (patch)
tree33d6f3908499a45daad97d9352a01d484d3695ac /pp_sort.c
parenta882b6a267ba65cf612aaa239eac8f9b5fb407c4 (diff)
downloadperl-8535f7f6ae50d0da357b4c25ec59ab4a2213bd76.tar.gz
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
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 3d9b0d9c44..7c8ab2fa7f 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. */