mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[MOUNTMGR] Properly enumerate pending IRPs on cleanup
CORE-16370
This commit is contained in:
@@ -1736,7 +1736,7 @@ MountMgrCleanup(IN PDEVICE_OBJECT DeviceObject,
|
||||
}
|
||||
|
||||
/* Otherwise, cancel all the IRPs */
|
||||
NextEntry = &(DeviceExtension->IrpListHead);
|
||||
NextEntry = DeviceExtension->IrpListHead.Flink;
|
||||
do
|
||||
{
|
||||
ListIrp = CONTAINING_RECORD(NextEntry, IRP, Tail.Overlay.ListEntry);
|
||||
|
||||
Reference in New Issue
Block a user