mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTOSKRNL/MM]
- clear right bit when freeing pool pages. svn path=/trunk/; revision=51887
This commit is contained in:
@@ -864,7 +864,7 @@ MiFreePoolPages(IN PVOID StartingVa)
|
||||
//
|
||||
// Clear the allocation and free bits
|
||||
//
|
||||
RtlClearBit(MmPagedPoolInfo.EndOfPagedPoolBitmap, i);
|
||||
RtlClearBit(MmPagedPoolInfo.EndOfPagedPoolBitmap, End);
|
||||
RtlClearBits(MmPagedPoolInfo.PagedPoolAllocationMap, i, NumberOfPages);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user