mirror of
https://github.com/reactos/reactos.git
synced 2025-06-28 03:29:44 +00:00
[CMAKE] Fix my mistake returning the original space, rather than the mapped area.
svn path=/trunk/; revision=52629
This commit is contained in:
parent
93a416ddfd
commit
2ebb206d88
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ static PVOID KdbpSymAllocMem(ULONG_PTR Size)
|
||||||
NtFreeVirtualMemory(CURRENT_PROCESS, &Base, &RegionSize, MEM_RELEASE);
|
NtFreeVirtualMemory(CURRENT_PROCESS, &Base, &RegionSize, MEM_RELEASE);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
return &Hdr[1];
|
return &MappedHdr[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue