mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOS:CM] Fix lock leak
Triggered by low available pool memory during kmtest ExPools.
This commit is contained in:
parent
aa84645bcc
commit
ed06c06dcb
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ SearchKcbList:
|
|||
/* Now go back and search the list */
|
||||
goto SearchKcbList;
|
||||
}
|
||||
|
||||
/* Release the allocation lock */
|
||||
KeReleaseGuardedMutex(&CmpAllocBucketLock);
|
||||
}
|
||||
|
||||
/* Allocate a KCB only */
|
||||
|
|
Loading…
Reference in a new issue