mirror of
https://github.com/reactos/reactos.git
synced 2025-05-01 11:39:58 +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 */
|
/* Now go back and search the list */
|
||||||
goto SearchKcbList;
|
goto SearchKcbList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Release the allocation lock */
|
||||||
|
KeReleaseGuardedMutex(&CmpAllocBucketLock);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Allocate a KCB only */
|
/* Allocate a KCB only */
|
||||||
|
|
Loading…
Reference in a new issue