diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-11 18:20:10 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-11 18:20:33 +0100 |
commit | de2dc9f71dd284e033e999a4d0541848a7201b02 (patch) | |
tree | b7191f21b246bc8141d5a1e561a6dc1aa4de525a | |
parent | b6dd7e72500cbfa4e13379b9f2b1d0ccfa7ebec3 (diff) | |
download | libguestfs-de2dc9f71dd284e033e999a4d0541848a7201b02.tar.gz libguestfs-de2dc9f71dd284e033e999a4d0541848a7201b02.tar.xz libguestfs-de2dc9f71dd284e033e999a4d0541848a7201b02.zip |
extra-tests: Add suppression for libvirt/gnutls leak.
https://www.redhat.com/archives/libvir-list/2012-April/msg00322.html
-rw-r--r-- | tests/extra/suppressions | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/extra/suppressions b/tests/extra/suppressions index 81a526ba..566f9479 100644 --- a/tests/extra/suppressions +++ b/tests/extra/suppressions @@ -164,4 +164,15 @@ Memcheck:Cond fun:index fun:expand_dynamic_string_token -}
\ No newline at end of file +} + +# libvirt calls gnutls_global_init but doesn't call the +# corresponding gnutls_global_deinit function because of +# thread-safety issues (in GnuTLS). +{ + libvirt_leak + Memcheck:Leak + ... + fun:gnutls_global_init + fun:virInitialize +} |