Close opened files.

This commit is contained in:
2017-06-29 22:10:15 +01:00
parent 29738d6dec
commit 08cbe92709
10 changed files with 38 additions and 6 deletions

View File

@@ -163,6 +163,8 @@ namespace DiscImageChef.Checksums
crc64Output.Append(hash[i].ToString("x2"));
}
fileStream.Close();
return crc64Output.ToString();
}