valgrind.suppressions: suppress g_resolver_get_default()
This commit is contained in:
parent
12dd6ea8bb
commit
1935694440
@ -193,6 +193,14 @@
|
|||||||
fun:g_data_initialize
|
fun:g_data_initialize
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*alloc
|
||||||
|
...
|
||||||
|
fun:g_resolver_get_default
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
openssl
|
openssl
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
Reference in New Issue
Block a user