Skip to content

Commit

Permalink
trying to resolve mem leak
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Oct 7, 2024
1 parent f8230f2 commit 776d7bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/resource_aware_pool_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// SPDX-License-Identifier: (MIT)
//////////////////////////////////////////////////////////////////////////////
#include <stdio.h>

#include <iostream>

#include "camp/camp.hpp"
Expand Down Expand Up @@ -154,5 +153,5 @@ 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);
pool.release();
}

0 comments on commit 776d7bb

Please sign in to comment.