SWDEV-488214 - Fix MemLeak in hipIpcMemAccess_Semaphores test

Change-Id: Iaf123e88cf3ab4e50403a26355a9440c414022ae


[ROCm/hip-tests commit: 1d01cb0b18]
Этот коммит содержится в:
Rahul Manocha
2024-09-27 22:02:54 +00:00
коммит произвёл Rahul Manocha
родитель b56373fe04
Коммит 96e1ea007f
+2
Просмотреть файл
@@ -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);
}
/**