Free the irp after a close operation.

svn path=/trunk/; revision=15130
This commit is contained in:
Hartmut Birr 2005-05-08 16:00:59 +00:00
parent 6e529ef561
commit 5fd03c29e4

View file

@ -542,6 +542,7 @@ IopCloseFile(PVOID ObjectBody,
{ {
KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL); KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
} }
IoFreeIrp(Irp);
} }
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/