Skip to content

Commit

Permalink
YQ-3970 RD fixed memory leak in filters (ydb-platform#12739)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Dec 19, 2024
1 parent 863e35d commit 63c8f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class TFilterInputConsumer : public NYql::NPureCalc::IConsumer<TInputType> {
// Clear cache after each object because
// values allocated on another allocator and should be released
Cache.Clear();
Worker->GetGraph().Invalidate();
Worker->Invalidate();
};

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

0 comments on commit 63c8f63

Please sign in to comment.