Author: pschweitzer
Date: Fri May 15 16:33:20 2015
New Revision: 67744
URL:
http://svn.reactos.org/svn/reactos?rev=67744&view=rev
Log:
[FASTFAT]
Hey Arch, if you simplify, do it completely!
Addendum to r67743: don't double free the context
Modified:
trunk/reactos/drivers/filesystems/fastfat/misc.c
Modified: trunk/reactos/drivers/filesystems/fastfat/misc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/misc.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/misc.c [iso-8859-1] Fri May 15 16:33:20
2015
@@ -85,8 +85,6 @@
Status = FsRtlProcessFileLock(&Fcb->FileLock,
IrpContext->Irp,
NULL);
-
- VfatFreeIrpContext(IrpContext);
return Status;
}