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
+6
View File
@@ -148,6 +148,12 @@ namespace PriFileFormat
return true;
}
~ReverseMapSection ()
{
Mapping = null;
Scopes = null;
Items = null;
}
}
}