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

View File

@@ -71,10 +71,6 @@ namespace PriFileFormat
throw new NotSupportedException ();
}
public override void Close ()
{
base.Close ();
baseStream = null;
}
~SubStream () { baseStream = null; }
}
}