mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Free the irp after a close operation.
svn path=/trunk/; revision=15118
This commit is contained in:
parent
83fb8b7c7c
commit
ad3d28c6d8
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ IopDeleteFile(PVOID ObjectBody)
|
|||
{
|
||||
KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
|
||||
}
|
||||
IoFreeIrp(Irp);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue