You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 829170f3d6b875f7a6f065072cc3334a20ff805e
This commit is contained in:
@@ -118,7 +118,7 @@ index 84f54f6..9ad4e87 100644
|
||||
+ unsigned int index = 0;
|
||||
+ obj_handle_t sock;
|
||||
+
|
||||
+ while ((sock = enumerate_handles(current->process, &sock_ops, &index, NULL)))
|
||||
+ while ((sock = enumerate_handles(current->process, &sock_ops, &index)))
|
||||
+ close_handle(current->process, sock);
|
||||
+}
|
||||
--
|
||||
|
@@ -1,2 +1,2 @@
|
||||
Fixes: [18670] Properly close sockets when WSACleanup is called
|
||||
Depends: server-Desktop_Refcount
|
||||
#Depends: server-Desktop_Refcount
|
||||
|
Reference in New Issue
Block a user