From 44ecce72db50b4e4aeec290763a02d44f0f6b948 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 14 Feb 2010 23:13:30 +0100 Subject: [PATCH] gst.supp: Add another type registration, one-time leak in GObject --- gst.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +{ + + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_memdup + fun:type_iface_vtable_base_init_Wm +} + -- 2.7.4