Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpilotti committed Sep 7, 2014
2 parents d0a5352 + 3decea0 commit e97623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetFileHash.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Get-FileHash {
}
finally {
$f.Close()
if($sham) { $sham.Dispose() }
if($sham) { $sham.Clear() }
}
}
}

0 comments on commit e97623e

Please sign in to comment.