Free the irp after a close operation.

svn path=/trunk/; revision=15118
This commit is contained in:
Hartmut Birr 2005-05-08 10:33:45 +00:00
parent 83fb8b7c7c
commit ad3d28c6d8

View file

@ -226,6 +226,7 @@ IopDeleteFile(PVOID ObjectBody)
{
KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
}
IoFreeIrp(Irp);
}