mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -678,7 +678,7 @@ static PVOID KdbpSymAllocMem(ULONG_PTR Size)
|
||||
NtFreeVirtualMemory(CURRENT_PROCESS, &Base, &RegionSize, MEM_RELEASE);
|
||||
return NULL;
|
||||
}
|
||||
return &Hdr[1];
|
||||
return &MappedHdr[1];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user