Code cleanup.
This commit is contained in:
parent
7bdcf4eef0
commit
52fb0a27ce
2 changed files with 24 additions and 40 deletions
|
|
@ -433,7 +433,12 @@ namespace AaxDecrypter
|
|||
_networkStream?.Close();
|
||||
Update();
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
~NetworkFileStream()
|
||||
{
|
||||
downloadEnded?.Close();
|
||||
downloadedPiece?.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue