mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[RTL]
- Don't pass stack garbage to ZwFreeVirtualMemory svn path=/trunk/; revision=54667
This commit is contained in:
parent
80ecdce6cc
commit
76f66ed7a2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ RtlDebugCreateHeap(ULONG Flags,
|
|||
BOOLEAN NTAPI
|
||||
RtlDebugDestroyHeap(HANDLE HeapPtr)
|
||||
{
|
||||
SIZE_T Size;
|
||||
SIZE_T Size = 0;
|
||||
PHEAP Heap = (PHEAP)HeapPtr;
|
||||
|
||||
if (Heap == RtlGetCurrentPeb()->ProcessHeap)
|
||||
|
|
Loading…
Reference in a new issue