summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-15 02:02:25 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-15 02:02:25 +0000
commita882b6a267ba65cf612aaa239eac8f9b5fb407c4 (patch)
tree3ab17cd26c0fdce69098676468d3b9ef678c074c /pp_sort.c
parentf7ae8051c95a2bdf42aad8ef8cbdb82f5608126f (diff)
downloadperl-a882b6a267ba65cf612aaa239eac8f9b5fb407c4.tar.gz
Again, FREETMPS not SAVETMPS!
p4raw-id: //depot/perl@26361
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sort.c b/pp_sort.c
index adb0b1c3b1..3d9b0d9c44 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. */