mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(ArcFile.Dispose): don't assign null on dispose.
This commit is contained in:
parent
1f7e1e9f50
commit
b0d06882b2
@ -212,7 +212,6 @@ namespace GameRes
|
||||
{
|
||||
if (disposing)
|
||||
m_arc.Dispose();
|
||||
m_arc = null;
|
||||
disposed = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user