fix bugs.

This commit is contained in:
Bruce
2026-04-09 22:16:47 +08:00
parent c28c09973e
commit 19757502ae
@@ -174,6 +174,7 @@ namespace PriFileFormat
} }
~HierarchicalSchemaSection () ~HierarchicalSchemaSection ()
{ {
return;
Version = null; Version = null;
foreach (var item in Items) { item.Parent = null; } foreach (var item in Items) { item.Parent = null; }
foreach (var scope in Scopes) { scope.Parent = null; } foreach (var scope in Scopes) { scope.Parent = null; }