mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[NTOS:MM]
- Leave guarded region in failure case of MiFindContiguousPages. CORE-10026 #resolve svn path=/trunk/; revision=68753
This commit is contained in:
parent
3fddbfcdd9
commit
5b9dc886d4
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ MiFindContiguousPages(IN PFN_NUMBER LowestPfn,
|
|||
//
|
||||
// And if we get here, it means no suitable physical memory runs were found
|
||||
//
|
||||
KeLeaveGuardedRegion();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue