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=15130
This commit is contained in:
parent
6e529ef561
commit
5fd03c29e4
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ IopCloseFile(PVOID ObjectBody,
|
|||
{
|
||||
KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
|
||||
}
|
||||
IoFreeIrp(Irp);
|
||||
}
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
|
Loading…
Reference in a new issue