* Addendum to r37084.
* Really fixes CIDs 500624 and 500625 which were marked as fixed.
CORE-7975

svn path=/trunk/; revision=65135
This commit is contained in:
Amine Khaldi
2014-10-31 09:53:18 +00:00
parent c5095466a0
commit 614ee71e6d
@@ -151,6 +151,8 @@ userlist(int argc, char **argv)
/* Tell the user that we couldn't find a usable */
/* WinSock DLL. */
fprintf(stderr, "WSAStartup failed\n");
free(nargv);
free(used);
return;
}