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 authored and asmyasnikov committed Dec 23, 2024
1 parent bc7a3cb commit 8ab5e0f
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 8ab5e0f

Please sign in to comment.