From 49602a3696384425b6c305e16e69b2ee9903f4be Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 16 Apr 2021 19:23:40 -0700 Subject: add WITH-THESE-OPEN-VOLUMES macro property combinator Signed-off-by: Sean Whitton --- src/connection/fork.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/connection') 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 -- cgit v1.2.3