Revert something that shouldn't have been committed in 51757

svn path=/trunk/; revision=51758
This commit is contained in:
Jérôme Gardou 2011-05-15 12:38:35 +00:00
parent 2b1ae1aaa4
commit b5f0e8d7a8

View file

@ -2645,7 +2645,7 @@ RtlReAllocateHeap(HANDLE HeapPtr,
{ {
RtlEnterHeapLock(Heap->LockVariable); RtlEnterHeapLock(Heap->LockVariable);
HeapLocked = TRUE; HeapLocked = TRUE;
Flags &= ~HEAP_NO_SERIALIZE; Flags ^= HEAP_NO_SERIALIZE;
} }
/* Get the pointer to the in-use entry */ /* Get the pointer to the in-use entry */