2
0

SWDEV-488214 - Fix MemLeak in hipIpcMemAccess_Semaphores test

Change-Id: Iaf123e88cf3ab4e50403a26355a9440c414022ae


[ROCm/hip-tests commit: 1d01cb0b18]
Este cometimento está contido em:
Rahul Manocha
2024-09-27 22:02:54 +00:00
cometido por Rahul Manocha
ascendente b56373fe04
cometimento 96e1ea007f
@@ -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);
}
/**