Free the irp after a close operation.
Modified: trunk/reactos/ntoskrnl/io/file.c
--- trunk/reactos/ntoskrnl/io/file.c 2005-05-08 15:59:07 UTC (rev 15129) +++ trunk/reactos/ntoskrnl/io/file.c 2005-05-08 16:00:59 UTC (rev 15130) @@ -542,6 +542,7 @@
{ KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); }
+ IoFreeIrp(Irp);
} /* FUNCTIONS *****************************************************************/