mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00:00
don't double free hFile
See issue #2499 for more details. svn path=/trunk/; revision=28083
This commit is contained in:
parent
8d60466f8a
commit
5440600381
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ MoveFileWithProgressW (
|
||||||
{
|
{
|
||||||
DWORD Attributes;
|
DWORD Attributes;
|
||||||
|
|
||||||
FindClose(hFile);
|
|
||||||
Attributes = GetFileAttributesW(lpDeleteFile);
|
Attributes = GetFileAttributesW(lpDeleteFile);
|
||||||
if (Attributes != INVALID_FILE_ATTRIBUTES)
|
if (Attributes != INVALID_FILE_ATTRIBUTES)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue