From: Edward Hervey Date: Fri, 12 Mar 2010 14:16:30 +0000 (+0100) Subject: gst.supp: More suppressions for glib 2.23 X-Git-Tag: upstream/20130618~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=101aaa77edae374a6b411b30d71077d375095de9;p=platform%2Fupstream%2Fgst-common.git gst.supp: More suppressions for glib 2.23 See on gentoo ~amd64. Also simplified existing ones. --- diff --git a/gst.supp b/gst.supp index 8da1795..aec0055 100644 --- a/gst.supp +++ b/gst.supp @@ -931,10 +931,8 @@ { Memcheck:Leak - fun:calloc - fun:g_malloc0 - obj:* - obj:* + fun:*alloc + ... fun:g_type_register_fundamental } @@ -3943,17 +3941,25 @@ fun:dlopen@@GLIBC_2.2.5 } -# glib 2.22 leaks +# glib type leaks { Memcheck:Leak fun:*alloc - fun:* - fun:type_data_make_W + ... fun:g_type_register_static fun:g_param_type_register_static } +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_param_type_register_static + fun:g_param_spec_types_init +} + # new registry system # all of this will only be created once when loading registry.