[NTOS:MM]

- Leave guarded region in failure case of MiFindContiguousPages.
CORE-10026 #resolve

svn path=/trunk/; revision=68753
This commit is contained in:
Thomas Faber 2015-08-18 11:28:30 +00:00
parent 3fddbfcdd9
commit 5b9dc886d4

View file

@ -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;
} }