Re: Uninitialized memory reference in winefile

2008-07-19 Thread Martin Fuchs
Hello Dan, if you change the following line 2711, I think the Valgrind message will disappear: /* no change? */ -if (!memcmp(orgWidths, pane->widths, sizeof(orgWidths))) +if (!anyway && !memcmp(orgWidths, pane->widths, sizeof(orgWidths))) return FALSE; Sorry - I could no

Re: Uninitialized memory reference in winefile

2008-07-17 Thread Alexander Nicolaysen Sørnes
> While valgrinding Picasa, I came across the following valgrind error > in winefile. (My daily valgrind runs only run the conformance > suite, which is why I've never seen this before.) > The lines involved seem unchanged since Martin Fuchs' > winefile code was merged back in 2002. > I have sent

Uninitialized memory reference in winefile

2008-07-17 Thread Dan Kegel
While valgrinding Picasa, I came across the following valgrind error in winefile. (My daily valgrind runs only run the conformance suite, which is why I've never seen this before.) The lines involved seem unchanged since Martin Fuchs' winefile code was merged back in 2002. Conditional jump or mov