13 Jun
2024
13 Jun
'24
7:04 a.m.
If the malloc(3) has failed to allocate the memory in the init_xdg_dirs(), the latter returns nonzero value, but the 'file' handle is kept open. This closes the handle before return from the init_xdg_dirs() if the malloc(3) has failed. -- v4: shell32: Fix possible handle leak https://gitlab.winehq.org/wine/wine/-/merge_requests/5827