Files
cosmopolite/clients/c/suppressions

24 lines
311 B
Plaintext
Raw Normal View History

{
2015-06-14 21:28:01 +00:00
curl_global_init_libcrypto
Memcheck:Leak
2015-06-14 21:28:01 +00:00
...
fun:CRYPTO_malloc
2015-06-14 21:28:01 +00:00
...
fun:curl_global_init
2015-06-14 21:28:01 +00:00
...
}
{
2015-06-14 22:19:18 +00:00
curl_easy_perform
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
2015-06-14 22:19:18 +00:00
...
fun:ERR_get_state
fun:ERR_clear_error
2015-06-14 22:19:18 +00:00
...
fun:cosmo_thread_main
fun:start_thread
fun:clone
}