1.0.8.19: :dont-safe finalizers and fd-stream thread safety issues
[sbcl.git] / src / code / target-alieneval.lisp
index 37600b6..1f34143 100644 (file)
@@ -446,7 +446,8 @@ allocated using ``malloc'', so it can be passed to foreign functions which use
      (lambda ()
        (alien-funcall
         (extern-alien "free" (function (values) system-area-pointer))
-        alien-sap)))
+        alien-sap))
+     :dont-save t)
     alien))
 
 (defun note-local-alien-type (info alien)