aboutsummaryrefslogtreecommitdiff
path: root/libssh/init.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-17 11:19:31 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-17 11:19:31 +0200
commit488e822c8d242760f3f47e10d7f071edee65923f (patch)
tree25569716b98d2c4c101c48ad900edb8458a4738a /libssh/init.c
parent2234c115f25ccf606d28981711bc75871fbd2505 (diff)
downloadlibssh-488e822c8d242760f3f47e10d7f071edee65923f.tar.gz
libssh-488e822c8d242760f3f47e10d7f071edee65923f.tar.xz
libssh-488e822c8d242760f3f47e10d7f071edee65923f.zip
poll: Added a cleanup function to free the ws2_32 library.
Diffstat (limited to 'libssh/init.c')
-rw-r--r--libssh/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/init.c b/libssh/init.c
index 5725fef..e1159fe 100644
--- a/libssh/init.c
+++ b/libssh/init.c
@@ -72,6 +72,7 @@ int ssh_finalize(void) {
ssh_free_global_poll_ctx();
ssh_regex_finalize();
ssh_crypto_finalize();
+ ssh_socket_cleanup();
#ifdef HAVE_LIBGCRYPT
gcry_control(GCRYCTL_TERM_SECMEM);
#elif defined HAVE_LIBCRYPTO