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:
parent
986e1251ae
commit
bb34971fbf
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user