aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 6dba218c907..279b74bc66e 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1923,8 +1923,7 @@ usage: (make-process &rest ARGS) */)
1923 else 1923 else
1924 create_pty (proc); 1924 create_pty (proc);
1925 1925
1926 SAFE_FREE (); 1926 return SAFE_FREE_UNBIND_TO (count, proc);
1927 return unbind_to (count, proc);
1928} 1927}
1929 1928
1930/* If PROC doesn't have its pid set, then an error was signaled and 1929/* If PROC doesn't have its pid set, then an error was signaled and