From 3444da7df618acb4aa0120591e7350fdc364c10e Mon Sep 17 00:00:00 2001 From: Ramesh Errabolu Date: Mon, 10 Aug 2020 11:19:21 -0500 Subject: [PATCH] IPC child process should exit and not return Change-Id: I9b01f473eea1b42cf65c042f89fcf24bfd2ffc0d --- rocrtst/suites/functional/ipc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rocrtst/suites/functional/ipc.cc b/rocrtst/suites/functional/ipc.cc index c60193a23a..c355995841 100644 --- a/rocrtst/suites/functional/ipc.cc +++ b/rocrtst/suites/functional/ipc.cc @@ -589,6 +589,7 @@ void IPCTest::Run(void) { ParentProcessImpl(); } else { ChildProcessImpl(); + exit(0); } return;