fix bugs.

This commit is contained in:
Bruce
2026-04-09 22:16:47 +08:00
parent c28c09973e
commit 19757502ae

View File

@@ -174,6 +174,7 @@ namespace PriFileFormat
}
~HierarchicalSchemaSection ()
{
return;
Version = null;
foreach (var item in Items) { item.Parent = null; }
foreach (var scope in Scopes) { scope.Parent = null; }