From b5f0e8d7a87fcde625602ef55ee5f006ec8cd6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 15 May 2011 12:38:35 +0000 Subject: [PATCH] Revert something that shouldn't have been committed in 51757 svn path=/trunk/; revision=51758 --- reactos/lib/rtl/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/rtl/heap.c b/reactos/lib/rtl/heap.c index 6da4c4e88bb..b0bb0dfa8be 100644 --- a/reactos/lib/rtl/heap.c +++ b/reactos/lib/rtl/heap.c @@ -2645,7 +2645,7 @@ RtlReAllocateHeap(HANDLE HeapPtr, { RtlEnterHeapLock(Heap->LockVariable); HeapLocked = TRUE; - Flags &= ~HEAP_NO_SERIALIZE; + Flags ^= HEAP_NO_SERIALIZE; } /* Get the pointer to the in-use entry */