Skip to content

Commit

Permalink
fixing mem leak
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Oct 7, 2024
1 parent a3a8e26 commit b3d2138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/resource_aware_pool_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@ TEST(ResourceAwarePool_Host_Test, Check_States_Host)

EXPECT_TRUE(r1 == r2);
EXPECT_EQ(compare_ptr1, compare_ptr2); // only 1 host resource available, no possible data race

pool.deallocate(ptr);
}

0 comments on commit b3d2138

Please sign in to comment.