[PATCH] inetcpl.cpl: If memory allocation fails,the program will carsh.
17 Dec
17 Dec
10:51 p.m.
"Haidong Yu" <yhd986(a)163.com> writes:
@@ -301,10 +301,10 @@ static INT_PTR security_on_initdialog(HWND hsec) DWORD i;
sd = heap_alloc_zero(sizeof(secdlg_data)); - SetWindowLongPtrW(hsec, DWLP_USER, (LONG_PTR) sd); if (!sd) { return FALSE; } + SetWindowLongPtrW(hsec, DWLP_USER, (LONG_PTR) sd);
This won't make any difference. -- Alexandre Julliard julliard(a)winehq.org
1824
Age (days ago)
1829
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Haidong Yu