Merge pull request #1930 from Ace-Tang/fix-shim-leak

shim-v2: fix shim leak when hypervisor exit unexpectly
This commit is contained in:
Julio Montes 2019-08-07 09:27:17 -05:00 committed by GitHub
commit b9cde5bbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.