summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
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. */