msvcrt: Don't lock the heap in operator_new.
commit91ed0d7963cec57c3680115743939ba641ae570a
authorMartin Storsjo <martin@martin.st>
Fri, 6 Nov 2015 12:51:56 +0000 (6 14:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Nov 2015 14:10:06 +0000 (9 23:10 +0900)
treead78fbcdaca7500d724068f43c0ed63d3e69473a
parente66758dd531646aa6707c71f7e6f23ffec4cb1a0
msvcrt: Don't lock the heap in operator_new.

The native msvcrt/msvcp allow two threads to be calling
the new handler simultaneously.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/heap.c