1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

Remove some more memleaks in the curl code, also caused by openssl

This commit is contained in:
Nikolas Garofil 2010-04-22 00:47:06 +02:00
parent 986e1251ae
commit bb34971fbf

View File

@ -135,6 +135,7 @@ void ccurl_fetch_data(thread_handle &handle, ccurl_location_ptr &curloc)
} }
curl_global_cleanup(); curl_global_cleanup();
ENGINE_cleanup(); ENGINE_cleanup();
CRYPTO_cleanup_all_ex_data();
} }
} }