mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[RXCE] Don't remove uninitialized list entry
CID 1419234
This commit is contained in:
parent
151869c6ef
commit
f9b26bc0f2
1 changed files with 3 additions and 0 deletions
|
@ -6834,6 +6834,9 @@ RxpUndoScavengerFinalizationMarking(
|
|||
--Scavenger->SrvOpensToBeFinalized;
|
||||
ListEntry = &((PSRV_OPEN)Instance)->ScavengerFinalizationList;
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
/* Also, remove the extra ref from the scavenger */
|
||||
|
|
Loading…
Reference in a new issue