mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NTOS:IO] IoFreeWorkItem(): Check the tag when freeing the previously pool-allocated item (#8651)
This commit is contained in:
@@ -64,7 +64,7 @@ NTAPI
|
||||
IoFreeWorkItem(IN PIO_WORKITEM IoWorkItem)
|
||||
{
|
||||
/* Free the work item */
|
||||
ExFreePool(IoWorkItem);
|
||||
ExFreePoolWithTag(IoWorkItem, TAG_IOWI);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user