https://bugs.winehq.org/show_bug.cgi?id=40866
--- Comment #2 from niermann@physik.tu-berlin.de --- Created attachment 54923 --> https://bugs.winehq.org/attachment.cgi?id=54923 Test program to produce similar behavior
"Get Handle" -> Send EM_GETHANDLE, handle is printed to the top right "Free Handle" -> Free handle obtained by "Get Handle" "Set Handle" -> Create new buffer and set it via EM_SETHANDLE "Set Font" -> Change font by sending WM_SETFONT to the edit control
To reproduce bug, press "Get Handle" than "Set Font". That causes no crash on Windows 7 (but in wine 1.9.13) "Get Handle", "Free Handle" than "Set Font" causes crash.