[telepathy-mission-control/master] valgrind.supp: loosen a false-positive check to match newer GLib/valgrind

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 18 05:12:26 PDT 2009


---
 test/twisted/tools/valgrind.supp |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/test/twisted/tools/valgrind.supp b/test/twisted/tools/valgrind.supp
index d795f09..de22f1c 100644
--- a/test/twisted/tools/valgrind.supp
+++ b/test/twisted/tools/valgrind.supp
@@ -907,16 +907,22 @@
 }
 
 {
-   GType startup
+   static GType registration
    Memcheck:Leak
    fun:realloc
    fun:g_realloc
-   fun:type_node_any_new_W
-   fun:type_node_new_W
+   obj:*/libglib2.0-0.so.*
+   obj:*/libglib2.0-0.so.*
+   fun:g_type_register_static
+}
+
+{
+   static GType registration
+   Memcheck:Leak
+   fun:malloc
+   fun:realloc
+   fun:g_realloc
+   obj:*/libglib2.0-0.so.*
+   obj:*/libglib2.0-0.so.*
    fun:g_type_register_static
-   fun:g_param_type_register_static
-   fun:g_param_spec_types_init
-   fun:g_type_init_with_debug_flags
-   fun:g_type_init
-   fun:main
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list