Author: pschweitzer
Date: Thu Jan 22 10:50:23 2009
New Revision: 39023
URL:
http://svn.reactos.org/svn/reactos?rev=39023&view=rev
Log:
Woops! I mixed my patches. It fixes leaks anyway ;).
Modified:
trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c
Modified: trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat_new/fsctl.c [iso-8859-1] Thu Jan 22 10:50:23
2009
@@ -129,8 +129,7 @@
IrpSp->Parameters.MountVolume.Vpb,
IrpSp->DeviceObject);
- if (!NT_SUCCESS(Status))
- FatCompleteRequest(IrpContext, Irp, Status);
+ FatCompleteRequest(IrpContext, Irp, Status);
break;