Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(swingset): comms: deleteKernelMapping might free the object
Just like in `deleteRemoteMapping`, `deleteKernelMapping` needs to mark the lref for refcount checking, to handle the case where the comms vat imports an object from the kernel, drops it, and then the kernel drives the retirement process (with a `dispatch.retireImport`).
- Loading branch information