Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Jan 15, 2025
1 parent 765ac28 commit 0a16a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/memtable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ MemTable::~MemTable() {
// allocated in arena.
_arena.reset();
_vec_row_comparator.reset();
_row_in_blocks->reset();
_row_in_blocks.reset();
_agg_functions.clear();
_input_mutable_block.clear();
_output_mutable_block.clear();
Expand Down

0 comments on commit 0a16a79

Please sign in to comment.