Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
---
 server/tests/valgrind/spice.supp | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/server/tests/valgrind/spice.supp b/server/tests/valgrind/spice.supp
index 1bfe81006..dd3663c68 100644
--- a/server/tests/valgrind/spice.supp
+++ b/server/tests/valgrind/spice.supp
@@ -36,3 +36,28 @@
        ...
        fun:p11_kit_modules_load
 }
+
+{
+       gnutls_x509_ext_import_subject_alt_names
+       Memcheck:Cond
+       ...
+       fun:gnutls_x509_ext_import_subject_alt_names
+       fun:gnutls_x509_crt_import
+       fun:gnutls_x509_trust_list_iter_get_ca
+       ...
+       fun:g_initable_new_valist
+       fun:g_initable_new
+       ...
+}
+
+{
+       glib_g_socket_client_class_init
+       Memcheck:Leak
+       fun:calloc
+       ...
+       fun:type_class_init_Wm
+       ...
+       fun:g_socket_client_class_init
+       ...
+       fun:type_class_init_Wm
+}
-- 
2.20.1

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to