curl_global_cleanup

This commit is contained in:
James R 2020-08-20 22:36:41 -07:00
parent 3949826f89
commit 368ed6ad1e

View file

@ -261,6 +261,8 @@ static const char *DRPC_GetServerIP(void)
free(buffer.pointer);
curl_easy_cleanup(curl);
}
curl_global_cleanup();
}
if (self_ip[0])