https://bugs.winehq.org/show_bug.cgi?id=14937 --- Comment #18 from super_man(a)post.com --- It's a bit unclear where do I should start looking this WM_DESTROY But I found quite interesting comment about this from wine source 280 /* WM_DESTROY is a special case. 281 * We need to ensure that the allocated memory is freed just before 282 * the dialog is killed. We also need to remove the added prop. 283 */ 284 if(iMsg == WM_DESTROY) 285 { 286 RemovePropA(hDlgWnd, (LPSTR)COMDLG32_Atom); 287 HeapFree(GetProcessHeap(), 0, pdata); 288 } still an issue 1.9.5 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.