mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Woops! I mixed my patches. It fixes leaks anyway ;).
svn path=/trunk/; revision=39023
This commit is contained in:
parent
d5a69508bf
commit
4dfae6e299
1 changed files with 1 additions and 2 deletions
|
@ -129,8 +129,7 @@ FatiFileSystemControl(PFAT_IRP_CONTEXT IrpContext, PIRP Irp)
|
|||
IrpSp->Parameters.MountVolume.Vpb,
|
||||
IrpSp->DeviceObject);
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
FatCompleteRequest(IrpContext, Irp, Status);
|
||||
FatCompleteRequest(IrpContext, Irp, Status);
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue