mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2025-02-05 08:06:22 +01:00
Remove global cleanup in DownloadUtils
This commit is contained in:
parent
1ae67f737d
commit
814e1bba2d
@ -147,7 +147,6 @@ int DownloadUtils::DownloadFileToBuffer(const std::string &url, std::string &out
|
||||
if ((errorOut = curl_easy_perform(curl)) != CURLE_OK) {
|
||||
errorTextOut = error;
|
||||
curl_easy_cleanup(curl);
|
||||
curl_global_cleanup();
|
||||
return -1;
|
||||
}
|
||||
curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &responseCodeOut);
|
||||
|
Loading…
x
Reference in New Issue
Block a user