ntdll: Fix valgrind heap realloc notifications.
commita0b8f178df8ed704fc732f5aef3b2e1f623512fc
authorThomas Faller <tfaller1@gmx.de>
Wed, 16 Dec 2015 21:00:58 +0000 (16 22:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Dec 2015 20:55:26 +0000 (21 21:55 +0100)
tree6dbbe2b270b197b8c94cc7f22f3f4575bec7ce7a
parent86df15cbf1e1bc323a05e5a6c15b982c4fd7b92a
ntdll: Fix valgrind heap realloc notifications.

Valgrind can't handle a realloc if the new size is zero.

Signed-off-by: Thomas Faller <tfaller1@gmx.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/heap.c