valgrind.suppressions: add libGnuTLS suppression
This commit is contained in:
parent
abfbd55305
commit
d1924867db
@ -257,6 +257,14 @@
|
|||||||
fun:RSA_new_method
|
fun:RSA_new_method
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
GnuTLS
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*alloc
|
||||||
|
...
|
||||||
|
fun:gnutls_global_init
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<insert_a_suppression_name_here>
|
<insert_a_suppression_name_here>
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
Reference in New Issue
Block a user