gvisor/runsc/cli
Dean Deng 20b1c3c632 Move runsc reference leak checking to better locations.
In the previous spot, there was a roughly 50% chance that leak checking would
actually run. Move it to the waitContainer() call on the root container, where
it is guaranteed to run before the sandbox process is terminated. Add it to
runsc/cli/main.go as well for good measure, in case the sandbox exit path does
not involve waitContainer().

PiperOrigin-RevId: 369329796
2021-04-19 16:48:27 -07:00
..
BUILD Move runsc reference leak checking to better locations. 2021-04-19 16:48:27 -07:00
main.go Move runsc reference leak checking to better locations. 2021-04-19 16:48:27 -07:00