1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

Removed cleanup functions added in the previous 2 commits

These functions are not everywhere supported.
This commit is contained in:
Nikolas Garofil 2010-04-22 12:33:14 +02:00
parent bb34971fbf
commit 28bf02a451

View File

@ -36,7 +36,6 @@
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
#include <openssl/engine.h>
/*
* The following code is the conky curl thread lib, which can be re-used to
@ -134,8 +133,6 @@ void ccurl_fetch_data(thread_handle &handle, ccurl_location_ptr &curloc)
curl_easy_cleanup(curl);
}
curl_global_cleanup();
ENGINE_cleanup();
CRYPTO_cleanup_all_ex_data();
}
}