IPC child process should exit and not return

Change-Id: I9b01f473eea1b42cf65c042f89fcf24bfd2ffc0d


[ROCm/ROCR-Runtime commit: 3444da7df6]
This commit is contained in:
Ramesh Errabolu
2020-08-10 11:19:21 -05:00
parent b25ba0af58
commit 3b1a619d0a
@@ -589,6 +589,7 @@ void IPCTest::Run(void) {
ParentProcessImpl();
} else {
ChildProcessImpl();
exit(0);
}
return;