SWDEV-488304 - Fix memleak in hipIpcEventHandle test

Change-Id: Iaa51c7ba4d1fed52d08ed6f956d807c0fb2cc470


[ROCm/hip-tests commit: 823cc198f9]
This commit is contained in:
Rahul Manocha
2024-09-30 14:59:06 -07:00
committed by Rahul Manocha
parent a6baaab8fc
commit 0cbda7f51f
@@ -373,6 +373,7 @@ TEST_CASE("Unit_hipIpcEventHandle_ParameterValidation") {
INFO("Error returned : " << ret);
REQUIRE(false);
}
HIP_CHECK(hipEventDestroy(eventNoIpc));
}
SECTION("Open event handle with event(nullptr)") {