Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
following WSACleanup will already free the structures.

diff --git a/misc/winsock.c b/misc/winsock.c
index 5d9a519..2d5fcb2 100644
--- a/misc/winsock.c
+++ b/misc/winsock.c
@@ -554,7 +554,7 @@
 	_wsi_list = pwsi;
 	pTask->pwsi = pwsi;
     }
-    else pwsi->num_startup++;
+    pwsi->num_startup++;
 
     /* return winsock information */