mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
Merge branch 'discord-rpc-support' of https://git.magicalgirl.moe/KartKrew/Kart into discord-rpc-support
This commit is contained in:
commit
983a978c12
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,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…
Reference in a new issue