curl_global_cleanup

This commit is contained in:
James R 2020-08-20 22:36:41 -07:00
parent 7b1e14d017
commit 0b07d0ed6f

View file

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