gst.supp: add some more valgrind suppressions for newer glib versions
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 1 Feb 2010 00:32:39 +0000 (00:32 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 1 Feb 2010 00:32:39 +0000 (00:32 +0000)
GLib 2.23.2, debian sid, amd64

gst.supp

index b5a520e..10aaa1b 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:init_post
 }
 
+{
+   <g_type_class_ref_3_funcs_in_between>
+   Memcheck:Leak
+   fun:*alloc
+   fun:*
+   fun:*
+   fun:*
+   fun:g_type_class_ref
+}
+
+{
+   <interface registrations>
+   Memcheck:Leak
+   fun:*alloc
+   fun:*
+   fun:*
+   fun:type_iface*
+   fun:g_type_class_ref
+}
 
 # Leaking core elements plugin
 
    fun:_Z41__static_initialization_and_destruction_0ii
    fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
 }
+
+# GObject type registration
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:*alloc
+   fun:*
+   fun:*
+   fun:freelist_alloc
+   fun:_g_atomic_array_copy
+}