1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Removed the global poll ctx in fav. of /session ctx

This commit is contained in:
Aris Adamantiadis
2010-10-12 17:57:15 +02:00
parent 7b1359042c
commit 4f8907a524
5 changed files with 21 additions and 35 deletions

View File

@@ -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();