mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +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
|
// And if we get here, it means no suitable physical memory runs were found
|
||||||
//
|
//
|
||||||
|
KeLeaveGuardedRegion();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue