diff options
Diffstat (limited to 'chrome/common/ipc_tests.cc')
-rw-r--r-- | chrome/common/ipc_tests.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.cc b/chrome/common/ipc_tests.cc index e2b5416..01873e7 100644 --- a/chrome/common/ipc_tests.cc +++ b/chrome/common/ipc_tests.cc @@ -231,6 +231,7 @@ TEST_F(IPCChannelTest, ChannelTest) { // Cleanup child process. EXPECT_TRUE(base::WaitForSingleProcess(process_handle, 5000)); + base::CloseProcessHandle(process_handle); } #if defined(OS_POSIX) @@ -357,6 +358,7 @@ TEST_F(IPCChannelTest, ChannelProxyTest) { // cleanup child process EXPECT_TRUE(base::WaitForSingleProcess(process_handle, 5000)); + base::CloseProcessHandle(process_handle); } thread.Stop(); } |