mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05: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