On 10 August 2010 18:05, Michael Stefaniuc mstefani@redhat.com wrote:
Hello Austin,
Austin Lund wrote:
both functions are heavily used and you don't want to waste time HEAP_ZERO_MEMORY just to please valgrind. I even wonder why valgrind complains as e.g. in X11DRV_SetBitmapBits() only the default switch case won't initialize the memory at all.
Hi Michael,
Thanks for the comment. I ran winemine in valgrind to get this. Somehow that must trigger the default case.