mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:17:16 +03:00
parent
bb83f86a74
commit
739a9e8e12
2 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue