diff --git a/projects/hip-tests/catch/multiproc/hipIpcEventHandle.cc b/projects/hip-tests/catch/multiproc/hipIpcEventHandle.cc index 22d9b55265..bd6fdff296 100644 --- a/projects/hip-tests/catch/multiproc/hipIpcEventHandle.cc +++ b/projects/hip-tests/catch/multiproc/hipIpcEventHandle.cc @@ -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)") {