mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
curl_global_cleanup
This commit is contained in:
parent
7b1e14d017
commit
0b07d0ed6f
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ static const char *DRPC_GetServerIP(void)
|
|||
free(buffer.pointer);
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
||||
curl_global_cleanup();
|
||||
}
|
||||
|
||||
if (self_ip[0])
|
||||
|
|
Loading…
Reference in a new issue