mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- Remove the work item from the work queue in ChewRemove
svn path=/trunk/; revision=37264
This commit is contained in:
@@ -101,6 +101,7 @@ BOOLEAN ChewCreate
|
||||
|
||||
VOID ChewRemove( PVOID Item ) {
|
||||
PWORK_ITEM WorkItem = Item;
|
||||
RemoveEntryList( &WorkItem->Entry );
|
||||
IoFreeWorkItem( WorkItem->WorkItem );
|
||||
ExFreePool( WorkItem );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user