mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=19573
This commit is contained in:
@@ -990,7 +990,7 @@ MmQueryAnonMem(PMEMORY_AREA MemoryArea,
|
||||
PULONG ResultLength)
|
||||
{
|
||||
PMM_REGION Region;
|
||||
PVOID RegionBase;
|
||||
PVOID RegionBase = NULL;
|
||||
|
||||
Info->BaseAddress = (PVOID)PAGE_ROUND_DOWN(Address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user