kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with...
commitd457af740d510cc18764ec538d2cada011b32588
authorMichael Stefaniuc <mstefani@redhat.de>
Wed, 5 Dec 2007 20:52:41 +0000 (5 21:52 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Dec 2007 11:07:17 +0000 (6 12:07 +0100)
treef745290e9fa6e02871fdde7d1af7808f5646d4a8
parentd117938f7a309552916903d294907f5e8d021aa7
kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
dlls/kernel32/lzexpand.c