mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Woops! I mixed my patches. It fixes leaks anyway ;).
svn path=/trunk/; revision=39023
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user