mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-14 03:16:38 +10:00
fix bugs.
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user