mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Don't free io completion packet twice
svn path=/trunk/; revision=15407
This commit is contained in:
parent
29d29f5ff5
commit
e1553447e9
1 changed files with 0 additions and 3 deletions
|
@ -514,9 +514,6 @@ NtRemoveIoCompletion(IN HANDLE IoCompletionHandle,
|
|||
|
||||
Status = _SEH_GetExceptionCode();
|
||||
} _SEH_END;
|
||||
|
||||
/* Free packet */
|
||||
ExFreeToNPagedLookasideList(&IoCompletionPacketLookaside, Packet);
|
||||
}
|
||||
|
||||
/* Dereference the Object */
|
||||
|
|
Loading…
Reference in a new issue