mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[RXCE] Don't remove uninitialized list entry
CID 1419234
This commit is contained in:
@@ -6834,6 +6834,9 @@ RxpUndoScavengerFinalizationMarking(
|
||||
--Scavenger->SrvOpensToBeFinalized;
|
||||
ListEntry = &((PSRV_OPEN)Instance)->ScavengerFinalizationList;
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
/* Also, remove the extra ref from the scavenger */
|
||||
|
||||
Reference in New Issue
Block a user