Markus, You patch caused regression:
http://bugs.winehq.org/show_bug.cgi?id=20711
Please take a look.
Vitaliy.
Running Chromium's test suite under valgrind+wine did find a handful
of interesting Wine problems, and one or two Chromium problems,
but it seems to miss a whole bunch of problems Purify catches.
Thinking about it a bit, I realized that Valgrind replaces the
linux heap with one that puts guard byt
2009/11/14 Mikey Alexander :
> Fixes a memory leak, non connection to the progman dde on early windows, and
> timeout problems with the conformance tests.
>
> ---
> dlls/shell32/tests/progman_dde.c | 25 +
> 1 files changed, 17 insertions(+), 8 deletions(-)
>
Hi Mikey,