Skip to content

Commit ef8db78

Browse files
authored
YQ-3970 RD fixed memory leak in filters (#12739)
1 parent 01d95e5 commit ef8db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/fq/libs/row_dispatcher/format_handler/filters/purecalc_filter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class TFilterInputConsumer : public NYql::NPureCalc::IConsumer<TInputType> {
123123
// Clear cache after each object because
124124
// values allocated on another allocator and should be released
125125
Cache.Clear();
126-
Worker->GetGraph().Invalidate();
126+
Worker->Invalidate();
127127
};
128128

129129
auto& holderFactory = Worker->GetGraph().GetHolderFactory();

0 commit comments

Comments
 (0)