mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
Don't free io completion packet twice
svn path=/trunk/; revision=15407
This commit is contained in:
@@ -514,9 +514,6 @@ NtRemoveIoCompletion(IN HANDLE IoCompletionHandle,
|
||||
|
||||
Status = _SEH_GetExceptionCode();
|
||||
} _SEH_END;
|
||||
|
||||
/* Free packet */
|
||||
ExFreeToNPagedLookasideList(&IoCompletionPacketLookaside, Packet);
|
||||
}
|
||||
|
||||
/* Dereference the Object */
|
||||
|
||||
Reference in New Issue
Block a user