SWDEV-489116 - Add missing hipFree to Unit_cg_binary_part

Change-Id: I1c2a8f21213d7e257e491d55714f0a2b77f6d1b3
This commit is contained in:
Branislav Brzak
2024-10-04 09:02:52 +00:00
committed by Branislav Brzak
parent 31c3eb29d4
commit b0599b7e4a
@@ -100,6 +100,7 @@ TEST_CASE("Unit_cg_binary_part") {
REQUIRE(even_output == 1);
}
HIP_CHECK(hipFree(data));
HIP_CHECK(hipFree(odd_res));
HIP_CHECK(hipFree(even_res));
}