SWDEV-488214 - Fix MemLeak in hipIpcMemAccess_Semaphores test

Change-Id: Iaf123e88cf3ab4e50403a26355a9440c414022ae
This commit is contained in:
Rahul Manocha
2024-09-27 22:02:54 +00:00
کامیت شده توسط Rahul Manocha
والد 5dcd005d33
کامیت 1d01cb0b18
@@ -178,6 +178,8 @@ TEST_CASE("Unit_hipIpcMemAccess_Semaphores") {
int rFlag = 0;
waitpid(pid, &rFlag, 0);
REQUIRE(shrd_mem->IfTestPassed == true);
HipTest::freeArrays<int>(nullptr, nullptr, nullptr,
A_h, nullptr, C_h, false);
}
/**