valgrind: Add suppression for another --run-libc-freeres=no non-leak.

This commit is contained in:
Richard W.M. Jones
2016-08-31 23:09:10 +01:00
parent 6e547abe43
commit 0797427807

View File

@@ -205,6 +205,15 @@
fun:_dl_allocate_tls
}
# Not a real leak.
{
glibc_leak_3
Memcheck:Leak
...
fun:__add_to_environ
fun:setenv
}
# libvirt calls gnutls_global_init but doesn't call the
# corresponding gnutls_global_deinit function because of
# thread-safety issues (in GnuTLS).