Skip to content

Commit

Permalink
Revert temp segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 10, 2024
1 parent 5aa9253 commit c8d7c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/arrow/memory_pool_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ TEST(LoggingMemoryPool, Logging) {

uint8_t* data2;
ASSERT_OK(lp.Allocate(100, &data2));
ASSERT_EQ(data2[1 << 30], 42);

lp.Free(data, 100);
lp.Free(data2, 100);
Expand Down

0 comments on commit c8d7c03

Please sign in to comment.