Author: fireball
Date: Sat Jan 8 11:32:55 2011
New Revision: 50319
URL:
http://svn.reactos.org/svn/reactos?rev=50319&view=rev
Log:
[HEAP]
- Peer review rocks.
Modified:
trunk/reactos/lib/rtl/heap.c
Modified: trunk/reactos/lib/rtl/heap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/heap.c?rev=50319&a…
==============================================================================
--- trunk/reactos/lib/rtl/heap.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/heap.c [iso-8859-1] Sat Jan 8 11:32:55 2011
@@ -2344,7 +2344,6 @@
/* Release the heap lock */
if (Locked) RtlLeaveHeapLock(Heap->LockVariable);
- DbgBreakPoint();
return FALSE;
}