mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 00:04:24 +01:00
Merge pull request #1930 from Ace-Tang/fix-shim-leak
shim-v2: fix shim leak when hypervisor exit unexpectly
This commit is contained in:
@@ -117,7 +117,6 @@ func watchSandbox(s *service) {
|
||||
}
|
||||
}
|
||||
}
|
||||
s.containers = make(map[string]*container)
|
||||
|
||||
// Existing container/exec will be cleaned up by its waiters.
|
||||
// No need to send async events here.
|
||||
|
||||
Reference in New Issue
Block a user