From 101aaa77edae374a6b411b30d71077d375095de9 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 12 Mar 2010 15:16:30 +0100 Subject: [PATCH] gst.supp: More suppressions for glib 2.23 See on gentoo ~amd64. Also simplified existing ones. --- gst.supp | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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. -- 2.7.4