Skip to content

Commit

Permalink
[Fix]Fix double-free when memtable agg (#47523)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbo authored Feb 6, 2025
1 parent a9657ef commit df9eda8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/olap/memtable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ void MemTable::_finalize_one_row(RowInBlock* row,
}
}

_arena->clear();

if constexpr (is_final) {
row->remove_init_agg();
} else {
Expand Down

0 comments on commit df9eda8

Please sign in to comment.