http://bugs.winehq.org/show_bug.cgi?id=14384
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net 2008-07-15 15:41:40 --- Hello,
when msi (dialog) controls are created, the ui update handler field is not NULL initialized which later leads to dereference of garbage handler address. Only checkbox has it's own ui update handler yet.
Fix: dlls/msi/dialog.c:msi_dialog_create_window() -> control->update = NULL;
Regards