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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user