mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-04 23:24:11 -04:00
Only Dispose of NFS on disposing
This commit is contained in:
@@ -17,7 +17,8 @@ namespace AaxDecrypter
|
||||
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
NetworkFileStream?.Dispose();
|
||||
if (disposing)
|
||||
NetworkFileStream?.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user