From 017cf088a1e7543efe53d9f297233e67de430693 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Aug 2011 18:29:49 +0200 Subject: valgrind.suppressions: add GType suppressions libsoup uses GType. --- valgrind.suppressions | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'valgrind.suppressions') diff --git a/valgrind.suppressions b/valgrind.suppressions index 7029815e0..49bb8505a 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -336,6 +336,94 @@ fun:__nss_lookup_function } +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_type_init_with_debug_flags +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_type_register_static +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_type_add_interface_static +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_type_add_interface_check +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_type_interface_add_prerequisite +} + +{ + + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:g_type_class_ref +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_*_class_intern_init +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:type_iface_vtable_base_init_Wm +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_object_do_class_init +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_object_base_class_init +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_object_class_install_property +} + { nss Memcheck:Leak -- cgit v1.2.3