Skip to content

Commit

Permalink
fix: clean vector memory (#33692)
Browse files Browse the repository at this point in the history
#33533

Signed-off-by: luzhang <[email protected]>
Co-authored-by: luzhang <[email protected]>
  • Loading branch information
zhagnlu and luzhang authored Jun 7, 2024
1 parent 0a3d456 commit 6ce9df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/core/src/mmap/Column.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ class VariableColumn : public ColumnBase {

// Not need indices_ after
indices_.clear();
std::vector<uint64_t>().swap(indices_);
}

protected:
Expand Down

0 comments on commit 6ce9df9

Please sign in to comment.