[gxml] test/valgrind: move a .supp rule to gtype.supp from glib.supp



commit 4e15d89c0524bb9fa86d30f5b429bd5a47db36e0
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Sep 29 02:02:55 2013 -0400

    test/valgrind: move a .supp rule to gtype.supp from glib.supp

 test/valgrind/glib.supp  |    7 -------
 test/valgrind/gtype.supp |    9 +++++++--
 2 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/test/valgrind/glib.supp b/test/valgrind/glib.supp
index 4f4ea36..94486a0 100644
--- a/test/valgrind/glib.supp
+++ b/test/valgrind/glib.supp
@@ -2,13 +2,6 @@
   label
   Memcheck:Leak
   ...
-  fun:g_type_class_ref
-  fun:g_object_newv
-}
-{
-  label
-  Memcheck:Leak
-  ...
   fun:g_thread_proxy
   fun:start_thread
   fun:clone
diff --git a/test/valgrind/gtype.supp b/test/valgrind/gtype.supp
index b22d0d8..9c29da1 100644
--- a/test/valgrind/gtype.supp
+++ b/test/valgrind/gtype.supp
@@ -46,5 +46,10 @@
   fun:g_type_create_instance
   fun:*_construct_*
 }
-
-
+{
+  g_object_newv's class refs
+  Memcheck:Leak
+  ...
+  fun:g_type_class_ref
+  fun:g_object_newv
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]