From 4f8907a524c7a2acbce87d4d7cbea5d779a059ca Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 12 Oct 2010 17:57:15 +0200 Subject: Removed the global poll ctx in fav. of /session ctx --- src/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/init.c') diff --git a/src/init.c b/src/init.c index 5952e272..385cb7a4 100644 --- a/src/init.c +++ b/src/init.c @@ -74,7 +74,6 @@ int ssh_init(void) { */ int ssh_finalize(void) { ssh_threads_finalize(); - ssh_free_global_poll_ctx(); ssh_regex_finalize(); ssh_crypto_finalize(); ssh_socket_cleanup(); -- cgit