gst.supp: Add another type registration, one-time leak in GObject
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 14 Feb 2010 22:13:30 +0000 (23:13 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 14 Feb 2010 22:13:30 +0000 (23:13 +0100)
gst.supp

index 113ca28..5ee2a69 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    ...
    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
+}
+