[FASTFAT]
authorPierre Schweitzer <pierre@reactos.org>
Fri, 15 May 2015 16:33:20 +0000 (16:33 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 15 May 2015 16:33:20 +0000 (16:33 +0000)
Hey Arch, if you simplify, do it completely!
Addendum to r67743: don't double free the context

svn path=/trunk/; revision=67744

reactos/drivers/filesystems/fastfat/misc.c

index 8a5adde..47951ab 100644 (file)
@@ -85,8 +85,6 @@ VfatLockControl(
     Status = FsRtlProcessFileLock(&Fcb->FileLock,
                                   IrpContext->Irp,
                                   NULL);
-
-    VfatFreeIrpContext(IrpContext);
     return Status;
 }