[PATCH] ntdll: remove bogus VALGRIND_DISCARD

Peter Oberndorfer kumbayo84 at arcor.de
Sun Jan 6 08:58:44 CST 2008


VALGRIND_DISCARD is used to discard block description handles
(which are created by VALGRIND_CREATE_BLOCK)
but it was called with the return value of VALGRIND_MAKE_xxx macros
which all return 0xffffffff
dlls/ntdll/signal_i386.c uses this macros already without VALGRIND_DISCARD 
---
 dlls/ntdll/heap.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bed0e275ed054070ca7185a4ae4aba0a10b8a47b.diff
Type: text/x-patch
Size: 2014 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080106/134f033e/attachment.bin 


More information about the wine-patches mailing list