Skip to content

Commit

Permalink
fix a false negative assertion in wrapper_heap
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Nov 27, 2023
1 parent 7830828 commit 0f41e91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/full/components_base/src/server/wrapper_heap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ namespace hpx::components::detail {
bool wrapper_heap::free_pool()
{
HPX_ASSERT(pool_);
HPX_ASSERT(first_free_ ==
pool_ + parameters_.capacity * parameters_.element_size);

// unbind in AGAS service
if (base_gid_)
Expand Down

0 comments on commit 0f41e91

Please sign in to comment.