mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Revert something that shouldn't have been committed in 51757
svn path=/trunk/; revision=51758
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user