Fix bugs.

This commit is contained in:
Bruce
2026-04-10 13:58:15 +08:00
parent 0f7c4be17e
commit 200262d3ca
14 changed files with 334 additions and 44 deletions
+9
View File
@@ -46,6 +46,15 @@ namespace PriFileFormat
DataItemSections = dataItemSections;
return true;
}
~PriDescriptorSection ()
{
HierarchicalSchemaSections = null;
DecisionInfoSections = null;
ResourceMapSections = null;
ReferencedFileSections = null;
DataItemSections = null;
PrimaryResourceMapSection = null;
}
}
[Flags]
public enum PriDescriptorFlags: ushort