Code cleanup.

This commit is contained in:
Michael Bucari-Tovo 2021-08-13 23:18:52 -06:00
parent 7bdcf4eef0
commit 52fb0a27ce
2 changed files with 24 additions and 40 deletions

View file

@ -433,7 +433,12 @@ namespace AaxDecrypter
_networkStream?.Close();
Update();
}
#endregion
~NetworkFileStream()
{
downloadEnded?.Close();
downloadedPiece?.Close();
}
}
}