curl_global_cleanup

This commit is contained in:
James R 2020-08-20 22:36:41 -07:00
parent 7b1e14d017
commit 0b07d0ed6f
1 changed files with 2 additions and 0 deletions

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])