Browse Source

Fix uninit member

aneporada 1 year ago
parent
commit
8a17939a21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ydb/library/yql/ast/yql_expr.h

+ 1 - 0
ydb/library/yql/ast/yql_expr.h

@@ -2085,6 +2085,7 @@ private:
         , UsedInDependsOn(0)
         , UnordChildren(0)
         , ShallBeDisclosed(0)
+        , LiteralList(0)
     {}
 
     TExprNode(const TExprNode&) = delete;