From a8010445d832c45d6ccd1ae9e452ca24a3ec1ebf Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 27 Nov 2009 15:53:48 +0100 Subject: [PATCH] gst.supp: Add suppression for leak in glib static types --- gst.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gst.supp b/gst.supp index 8e7b557..a4bc86e 100644 --- a/gst.supp +++ b/gst.supp @@ -4258,3 +4258,14 @@ fun:_dlerror_run fun:dlopen@@GLIBC_2.2.5 } + +# glib 2.22 leaks +{ + + Memcheck:Leak + fun:*alloc + fun:* + fun:type_data_make_W + fun:g_type_register_static + fun:g_param_type_register_static +} -- 2.7.4