15 Apr
2025
15 Apr
'25
2:40 a.m.
Ralf Habacker (@rhabacker) commented about server/fd.c:
free( path ); }
closed_fd->unix_fd = fd->unix_fd;
Here the `unix_fd` is saved for closing the file, which is -1 in the case of sockets. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7650#note_100882