kernel32: Avoid getting the heap lock inside an exception handler block.
commit5d12f6377c38dc48862e730d86498a13fc62712f
authorAlexandre Julliard <julliard@winehq.org>
Tue, 13 Sep 2016 11:48:49 +0000 (13 20:48 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Sep 2016 13:33:51 +0000 (13 22:33 +0900)
treeb61bb711bdd30c4aec0d7d3a6c8adfa2a6bbdedc
parentcf9f185901f5f0718e6e59e3ad3545f4b497e622
kernel32: Avoid getting the heap lock inside an exception handler block.

In case of a caught exception the lock is not released.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/heap.c