mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTOS:CM] Fix lock leak
Triggered by low available pool memory during kmtest ExPools.
This commit is contained in:
@@ -176,6 +176,9 @@ SearchKcbList:
|
||||
/* Now go back and search the list */
|
||||
goto SearchKcbList;
|
||||
}
|
||||
|
||||
/* Release the allocation lock */
|
||||
KeReleaseGuardedMutex(&CmpAllocBucketLock);
|
||||
}
|
||||
|
||||
/* Allocate a KCB only */
|
||||
|
||||
Reference in New Issue
Block a user