summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-01 00:32:39 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-01 00:32:39 +0000
commit4f3c306ebb97e38247fed016c041db4275e8d88b (patch)
tree0690b7dfbe6a2edf15676f732920c2f370f451d3
parent96dc7930768997da39cd1e6b80485bc69b421601 (diff)
gst.supp: add some more valgrind suppressions for newer glib versions
GLib 2.23.2, debian sid, amd64
-rw-r--r--gst.supp30
1 files changed, 30 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index b5a520e..10aaa1b 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4420,6 +4420,25 @@
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
@@ -4460,3 +4479,14 @@
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
+}