- Peer review rocks.

svn path=/trunk/; revision=50319
This commit is contained in:
Aleksey Bragin 2011-01-08 11:32:55 +00:00
parent c413c22ddf
commit 1e3d9c9a96

View file

@ -2344,7 +2344,6 @@ BOOLEAN NTAPI RtlFreeHeap(
/* Release the heap lock */
if (Locked) RtlLeaveHeapLock(Heap->LockVariable);
DbgBreakPoint();
return FALSE;
}