Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Jan 9, 2023
1 parent 069d66d commit dac57a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/lockedpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void Arena::walk() const
printchunk(chunk.first, chunk.second, true);
std::cout << std::endl;
for (const auto& chunk: chunks_free)
printchunk(chunk.first, chunk.second, false);
printchunk(chunk.first, chunk.second->first, false);
std::cout << std::endl;
}
#endif
Expand Down

0 comments on commit dac57a9

Please sign in to comment.