mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 07:38:58 +08:00
(ArcFile.Dispose): don't assign null on dispose.
This commit is contained in:
@@ -212,7 +212,6 @@ namespace GameRes
|
||||
{
|
||||
if (disposing)
|
||||
m_arc.Dispose();
|
||||
m_arc = null;
|
||||
disposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user