summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-14 23:13:30 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-14 23:13:30 +0100
commit44ecce72db50b4e4aeec290763a02d44f0f6b948 (patch)
treea8b70452f4b492e28b31cf5e8bc53d95b17c8c46
parentc97ead161e0f0ab2ee1603bae85ac413442425ab (diff)
gst.supp: Add another type registration, one-time leak in GObject
-rw-r--r--gst.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index 113ca28..5ee2a69 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4081,3 +4081,14 @@
...
obj:*/sed
}
+
+# GLib 2.23 interface vtable
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:malloc
+ fun:g_malloc
+ fun:g_memdup
+ fun:type_iface_vtable_base_init_Wm
+}
+