Try to fix bugs.

This commit is contained in:
Bruce
2026-04-10 10:50:22 +08:00
parent 19757502ae
commit f563f97f12
17 changed files with 231 additions and 332 deletions
+5 -1
View File
@@ -71,6 +71,10 @@ namespace PriFileFormat
throw new NotSupportedException ();
}
~SubStream () { baseStream = null; }
public override void Close ()
{
base.Close ();
baseStream = null;
}
}
}