John Reiser <[EMAIL PROTECTED]> writes:
> Attached is the patch for http://bugs.winehq.org/show_bug.cgi?id=14357
> undefined edge padding in bitmaps annoys valgrind
Please stop filing bugs for your patches. Just submit the patches with a
proper changelog entry and explanations, instead of a point
On Tue, Jul 8, 2008 at 12:59 PM, John Reiser <[EMAIL PROTECTED]> wrote:
> Attached is the patch for http://bugs.winehq.org/show_bug.cgi?id=14357
> undefined edge padding in bitmaps annoys valgrind
>
+memset(image->data, 0, image->bytes_per_line * height); /* valgrind */
I don't think we shou