[telepathy-glib/master] telepathy-glib.supp: ignore GSlice initialization

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 3 11:06:56 PST 2009


The previous suppression only worked for GLib in /usr, and wasn't very
specific.
---
 tools/telepathy-glib.supp |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tools/telepathy-glib.supp b/tools/telepathy-glib.supp
index e156299..18d0dac 100644
--- a/tools/telepathy-glib.supp
+++ b/tools/telepathy-glib.supp
@@ -99,6 +99,15 @@
    fun:g_test_run
 }
 
+{
+   GSLice initialization
+   Memcheck:Leak
+   ...
+   fun:g_malloc0
+   fun:g_slice_init_nomessage
+   fun:g_slice_alloc
+}
+
 # ============================= GObject ===============================
 
 {
@@ -207,15 +216,6 @@
 # ============================= unclassified ==========================
 
 {
-   g_slice_init_nomessage (1)
-   Memcheck:Leak
-   fun:calloc
-   fun:g_malloc0
-   obj:/usr/lib/libglib-2.0.so.*
-   fun:g_slice_alloc
-}
-
-{
    creating param specs in tp_proxy_class_intern_init
    Memcheck:Leak
    fun:memalign
-- 
1.5.6.5




More information about the telepathy-commits mailing list