mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
[HEAP]
- Peer review rocks. svn path=/trunk/; revision=50319
This commit is contained in:
parent
c413c22ddf
commit
1e3d9c9a96
1 changed files with 0 additions and 1 deletions
|
@ -2344,7 +2344,6 @@ BOOLEAN NTAPI RtlFreeHeap(
|
||||||
|
|
||||||
/* Release the heap lock */
|
/* Release the heap lock */
|
||||||
if (Locked) RtlLeaveHeapLock(Heap->LockVariable);
|
if (Locked) RtlLeaveHeapLock(Heap->LockVariable);
|
||||||
DbgBreakPoint();
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue