diff --git a/runtime/v2/shim.go b/runtime/v2/shim.go index 38cf79899..7014de9ff 100644 --- a/runtime/v2/shim.go +++ b/runtime/v2/shim.go @@ -221,6 +221,7 @@ func (s *shim) Delete(ctx context.Context) (*runtime.Exit, error) { if err := s.waitShutdown(ctx); err != nil { log.G(ctx).WithError(err).Error("failed to shutdown shim") } + s.Close() if err := s.bundle.Delete(); err != nil { log.G(ctx).WithError(err).Error("failed to delete bundle") }