DepotDownloader: Forgot to close file handle in checksum validation.

pull/8/head
Michael Busby 14 years ago
parent 948e581d16
commit ca6e22e92b

@ -106,6 +106,7 @@ namespace DepotDownloader
}
++cnt;
}
fs.Close();
return (cnt == checksums.Length);
}

Loading…
Cancel
Save