Hi Alex! I just noticed a valgrind warning in richedit that might have something to do with your new test code in http://source.winehq.org/git/wine.git/?a=commit;h=38d7ba6eff6757b83b54b0485b... The warning is:
Conditional jump or move depends on uninitialised value(s) at test_EM_AUTOURLDETECT (editor.c:1559) by func_editor (editor.c:4203) by run_test (test.h:449) by main (test.h:498) Uninitialised value was created by a client request at mark_block_uninitialized (heap.c:164) by RtlAllocateHeap (heap.c:1239) by heap_alloc (editor.h:28) by RichEditWndProc_common (editor.c:2557) by RichEditWndProcA (editor.c:3353) by ??? (library.h:163) by call_window_proc (winproc.c:457) by WINPROC_call_window (winproc.c:2207) by call_window_proc (message.c:1610) by send_message (message.c:2434) by SendMessageA (message.c:2579) by test_EM_AUTOURLDETECT (editor.c:1545) by func_editor (editor.c:4203) by run_test (test.h:449) by main (test.h:498)
Could you have a look at it?
Thanks, Dan