From: Sebastian Dröge Date: Sun, 14 Feb 2010 22:13:30 +0000 (+0100) Subject: gst.supp: Add another type registration, one-time leak in GObject X-Git-Tag: upstream/20130618~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44ecce72db50b4e4aeec290763a02d44f0f6b948;p=platform%2Fupstream%2Fgst-common.git gst.supp: Add another type registration, one-time leak in GObject --- 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 +} +