mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +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();
|
Status = _SEH_GetExceptionCode();
|
||||||
} _SEH_END;
|
} _SEH_END;
|
||||||
|
|
||||||
/* Free packet */
|
|
||||||
ExFreeToNPagedLookasideList(&IoCompletionPacketLookaside, Packet);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dereference the Object */
|
/* Dereference the Object */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue