mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00: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:
commit
b9cde5bbaa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user