aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrlolthe1st <mrlolthe1st@yandex-team.com>2024-11-28 12:48:07 +0300
committermrlolthe1st <mrlolthe1st@yandex-team.com>2024-11-28 12:58:36 +0300
commit23e9865bb938b83e7e32b670ba055c407f75494b (patch)
treeef0b2a4ed67f74a3f7816b7a5aa38c6f0203e9a6
parent9687f5941cbaa7e9eca42f50aad6c17369738d31 (diff)
downloadydb-23e9865bb938b83e7e32b670ba055c407f75494b.tar.gz
YQL-18884: Fix not dead expnodes at exit
commit_hash:fd5c918f4868df1a09bb7468cbf0489a6c77ef6a
-rw-r--r--yql/essentials/core/facade/yql_facade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/core/facade/yql_facade.h b/yql/essentials/core/facade/yql_facade.h
index 3c2092e699..23aa2bd2b4 100644
--- a/yql/essentials/core/facade/yql_facade.h
+++ b/yql/essentials/core/facade/yql_facade.h
@@ -386,9 +386,9 @@ private:
TAstNode* AstRoot_;
std::unique_ptr<TMemoryPool> AstPool_;
- const IModuleResolver::TPtr Modules_;
TAutoPtr<TExprContext> ExprCtx_;
TTypeAnnotationContextPtr TypeCtx_;
+ const IModuleResolver::TPtr Modules_;
TVector<TDataProviderInitializer> DataProvidersInit_;
TAdaptiveLock DataProvidersLock_;