diff options
| author | Andreas Schneider <mail@cynapses.org> | 2010-05-17 11:19:31 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cynapses.org> | 2010-08-25 23:12:26 +0200 |
| commit | edc6b2cef276d62034a6dd3f8ef5338e1a467045 (patch) | |
| tree | 635258053877dc65479f776443a8e4aace4b3225 /libssh/init.c | |
| parent | 9590a643ab6d028770964cb27833f6eece094520 (diff) | |
poll: Added a cleanup function to free the ws2_32 library.
Diffstat (limited to 'libssh/init.c')
| -rw-r--r-- | libssh/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/init.c b/libssh/init.c index bab9cdfb..bf84bc1d 100644 --- a/libssh/init.c +++ b/libssh/init.c @@ -65,6 +65,7 @@ int ssh_init(void) { int ssh_finalize(void) { ssh_regex_finalize(); ssh_crypto_finalize(); + ssh_socket_cleanup(); #ifdef HAVE_LIBGCRYPT gcry_control(GCRYCTL_TERM_SECMEM); #elif defined HAVE_LIBCRYPTO |
