Close opened files.

This commit is contained in:
2017-06-29 22:10:15 +01:00
parent cc542414dd
commit 9a85a82af8
10 changed files with 38 additions and 6 deletions

View File

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