cabinet: Make sure we don't try to close an invalid file handle.

This commit is contained in:
Alexandre Julliard 2007-04-26 14:25:42 +02:00
parent 55a57c2130
commit a14920e50f

View file

@ -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;
}
}