mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
curl_global_cleanup
This commit is contained in:
parent
3949826f89
commit
368ed6ad1e
1 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,8 @@ static const char *DRPC_GetServerIP(void)
|
||||||
free(buffer.pointer);
|
free(buffer.pointer);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
curl_global_cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self_ip[0])
|
if (self_ip[0])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue