mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
cabinet: Make sure we don't try to close an invalid file handle.
This commit is contained in:
parent
55a57c2130
commit
a14920e50f
@ -2690,6 +2690,7 @@ BOOL __cdecl FDICopy(
|
||||
PFDI_INT(hfdi)->perf->erfOper = FDIERROR_USER_ABORT;
|
||||
PFDI_INT(hfdi)->perf->erfType = 0;
|
||||
PFDI_INT(hfdi)->perf->fError = TRUE;
|
||||
filehf = 0;
|
||||
goto bail_and_fail;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user