bmahler commented on code in PR #485: URL: https://github.com/apache/mesos/pull/485#discussion_r1465423089
########## src/tests/containerizer/port_mapping_tests.cpp: ########## @@ -2203,6 +2219,9 @@ TEST_F(PortMappingIsolatorTest, ROOT_ScaleIngressWithCPUAutoConfig) // Kill the container AWAIT_READY(launcher.get()->destroy(containerId1)); AWAIT_READY(isolator.get()->cleanup(containerId1)); + + delete launcher.get(); + delete isolator.get(); Review Comment: there's some extra deletes in here, can you split this out into its own commit or PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
