don't double free hFile

See issue #2499 for more details.

svn path=/trunk/; revision=28083
This commit is contained in:
Christoph von Wittich 2007-08-01 22:04:04 +00:00
parent 8d60466f8a
commit 5440600381

View file

@ -612,7 +612,6 @@ MoveFileWithProgressW (
{
DWORD Attributes;
FindClose(hFile);
Attributes = GetFileAttributesW(lpDeleteFile);
if (Attributes != INVALID_FILE_ATTRIBUTES)
{