Skip to content

Commit fde1b2e

Browse files
committed
fix memory leak
1 parent eca7a7f commit fde1b2e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/parcacol/querier.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ func (q *Querier) Labels(
120120
Filter(logicalplan.And(filterExpr...)).
121121
Distinct(logicalplan.DynCol(profile.ColumnLabels)).
122122
Execute(ctx, func(ctx context.Context, r arrow.Record) error {
123-
r.Retain()
124123
for i := 0; i < int(r.NumCols()); i++ {
125124
col := r.ColumnName(i)
126125

0 commit comments

Comments
 (0)