19 Feb
2025
19 Feb
'25
6:41 p.m.
Jacek Caban (@jacek) commented about dlls/ntdll/loader.c:
WCHAR mod_name[256]; const char *end = strrchr(forward, '.'); FARPROC proc = NULL; + BOOL wm_owned_ref;
Initializing it to `FALSE` here would eliminate the need for the extra branch below. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7#note_95225