From bb34971fbf4135a6157788d72459e26ff2c812ba Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Thu, 22 Apr 2010 00:47:06 +0200 Subject: [PATCH] Remove some more memleaks in the curl code, also caused by openssl --- src/ccurl_thread.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ccurl_thread.cc b/src/ccurl_thread.cc index ff2c7e5a..c36696e4 100644 --- a/src/ccurl_thread.cc +++ b/src/ccurl_thread.cc @@ -135,6 +135,7 @@ void ccurl_fetch_data(thread_handle &handle, ccurl_location_ptr &curloc) } curl_global_cleanup(); ENGINE_cleanup(); + CRYPTO_cleanup_all_ex_data(); } }