mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +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;
|
--Scavenger->SrvOpensToBeFinalized;
|
||||||
ListEntry = &((PSRV_OPEN)Instance)->ScavengerFinalizationList;
|
ListEntry = &((PSRV_OPEN)Instance)->ScavengerFinalizationList;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Also, remove the extra ref from the scavenger */
|
/* Also, remove the extra ref from the scavenger */
|
||||||
|
|
Loading…
Reference in a new issue