mirror of
https://github.com/containerd/containerd.git
synced 2026-07-17 13:02:27 +00:00
Use the existing `.Close()` method instead of implementing the same logic in this function. The defer sets `cios` to `nil` if an error occurred to preserve the existing behavior. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>