mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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 */
|
||||
if (Locked) RtlLeaveHeapLock(Heap->LockVariable);
|
||||
DbgBreakPoint();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue