From a60a6f9e542256e4588b035358f0c05372768013 Mon Sep 17 00:00:00 2001 From: csh Date: Fri, 23 Dec 2022 11:43:40 +0800 Subject: [PATCH] =?UTF-8?q?release=201.03=20nodeinfo=20Bug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcext/TSOffice/TSUtils/NodeInfo.tsf | 1 + 1 file changed, 1 insertion(+) diff --git a/funcext/TSOffice/TSUtils/NodeInfo.tsf b/funcext/TSOffice/TSUtils/NodeInfo.tsf index b11ca03..9a40686 100644 --- a/funcext/TSOffice/TSUtils/NodeInfo.tsf +++ b/funcext/TSOffice/TSUtils/NodeInfo.tsf @@ -63,6 +63,7 @@ public Function Marshal(); Begin + children_ := nil; GetChildrenEx(); //优化为变量,减少数据COPY,2022-12-10 child_arr := array(); len := 0;