mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BOOTLIB]: Fix bug in MmPapFreePhysicalPages.
svn path=/trunk/; revision=73719
This commit is contained in:
@@ -712,7 +712,7 @@ MmPapFreePhysicalPages (
|
||||
else if (!DontFree)
|
||||
{
|
||||
/* Caller wants memory to be freed -- should we zero it? */
|
||||
if (!(HasPageData) &
|
||||
if (!(HasPageData) &&
|
||||
(LibraryParameters.LibraryFlags &
|
||||
BL_LIBRARY_FLAG_ZERO_HEAP_ALLOCATIONS_ON_FREE))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user