mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
[NTOS:CONFIG] Release the lock in a failure case in CmLoadKey
This is a workaround, the real issue is still not resolved CORE-17263
This commit is contained in:
parent
da1f4ed6af
commit
016dc28793
1 changed files with 1 additions and 0 deletions
|
@ -2130,6 +2130,7 @@ CmLoadKey(IN POBJECT_ATTRIBUTES TargetKey,
|
||||||
DPRINT1("CmpLinkHiveToMaster failed, Status %lx\n", Status);
|
DPRINT1("CmpLinkHiveToMaster failed, Status %lx\n", Status);
|
||||||
/* FIXME: TODO */
|
/* FIXME: TODO */
|
||||||
// ASSERT(FALSE); see CORE-17263
|
// ASSERT(FALSE); see CORE-17263
|
||||||
|
ExReleasePushLock(&CmpLoadHiveLock);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Is this first profile load? */
|
/* Is this first profile load? */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue