Updated server-Desktop_Refcount patchset

This commit is contained in:
Alistair Leslie-Hughes
2019-04-23 15:54:22 +10:00
parent a0708adf42
commit 4e7071e4f1
8 changed files with 297 additions and 245 deletions

View File

@@ -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)))
+ while ((sock = enumerate_handles(current->process, &sock_ops, &index, NULL)))
+ close_handle(current->process, sock);
+}
--