diff options
Diffstat (limited to 'pp_sort.c')
-rw-r--r-- | pp_sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |