mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
parent
bb83f86a74
commit
739a9e8e12
@ -303,9 +303,6 @@ void curl_global_cleanup(void)
|
||||
|
||||
Curl_ssh_cleanup();
|
||||
|
||||
#ifdef USE_WOLFSSH
|
||||
(void)wolfSSH_Cleanup();
|
||||
#endif
|
||||
#ifdef DEBUGBUILD
|
||||
free(leakpointer);
|
||||
#endif
|
||||
|
@ -1168,6 +1168,7 @@ CURLcode Curl_ssh_init(void)
|
||||
}
|
||||
void Curl_ssh_cleanup(void)
|
||||
{
|
||||
(void)wolfSSH_Cleanup();
|
||||
}
|
||||
|
||||
#endif /* USE_WOLFSSH */
|
||||
|
Loading…
x
Reference in New Issue
Block a user