cn17173

Results 1 comments of cn17173

The following two lines of code in the function UpdateTreeFromNode in the unit LJV.Forms.Main may cause memory leaks: treeNode^.NodeName:=TJSONObject(AJSONData).Names[index]; treeNode^.NodePath:= treeNode^.NodePath + '.' + treeNode^.NodeName;. lt seems that assigning dynamically...