diff options
-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 +} |