[telepathy-glib/master] telepathy-glib.supp: add some more generic suppressions

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


---
 tools/telepathy-glib.supp |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/tools/telepathy-glib.supp b/tools/telepathy-glib.supp
index a659f7e..c6c2609 100644
--- a/tools/telepathy-glib.supp
+++ b/tools/telepathy-glib.supp
@@ -56,6 +56,14 @@
    fun:main
 }
 
+{
+   GTest admin
+   Memcheck:Leak
+   ...
+   fun:g_test_create_case
+   fun:main
+}
+
 # ============================= GObject ===============================
 
 {
@@ -65,6 +73,13 @@
    fun:g_type_init
 }
 
+{
+   g_type_register_static
+   Memcheck:Leak
+   ...
+   fun:g_type_register_static
+}
+
 # ============================= dbus-glib =============================
 
 {
@@ -75,6 +90,21 @@
    fun:g_object_run_dispose
 }
 
+{
+   registering marshallers is permanent
+   Memcheck:Leak
+   ...
+   fun:dbus_g_object_register_marshaller_array
+   fun:dbus_g_object_register_marshaller
+}
+
+{
+   dbus-glib specialized GTypes are permanent
+   Memcheck:Leak
+   ...
+   fun:dbus_g_type_specialized_init
+}
+
 # ============================= unclassified ==========================
 
 {
-- 
1.5.6.5




More information about the telepathy-commits mailing list