mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-20 20:45:02 -05:00
Corey Stup points out that any attempt to display the message "Unable to load
any WinSock library" will lead to a segfault. [originally from svn r8625]
This commit is contained in:
parent
ace6564954
commit
eadb18418d
@ -335,6 +335,7 @@ void sk_cleanup(void)
|
|||||||
sktree = NULL;
|
sktree = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (p_WSACleanup)
|
||||||
p_WSACleanup();
|
p_WSACleanup();
|
||||||
if (winsock_module)
|
if (winsock_module)
|
||||||
FreeLibrary(winsock_module);
|
FreeLibrary(winsock_module);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user