aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index f73bbed..ef1cd7c 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -73,6 +73,7 @@ for example, such that we don't see it."
(uiop:quit 2))))
(mapc #'clear-input
(list *standard-input* *debug-io* *terminal-io*))
+ (cancel-unwind-protect-in-parent-cleanup)
;; While some kinds of data source will still work given certain
;; subtypes of FORK-CONNECTION (e.g. if they've already cached the
;; data in memory, or if it's also accessible to whomever we will