From 0674a924ebd7dd43e625f1379db2c5c3050ee5ae Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 27 Nov 2009 18:52:23 +0100 Subject: gst.supp: More suppressions for data only created once at initialization --- gst.supp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'gst.supp') diff --git a/gst.supp b/gst.supp index f368a14..3d47056 100644 --- a/gst.supp +++ b/gst.supp @@ -4366,3 +4366,33 @@ fun:g_type_class_ref fun:init_post } + + +# Leaking core elements plugin + +{ + + Memcheck:Leak + fun:*alloc + fun:* + fun:* + fun:* + fun:* + fun:g_type_class_ref + fun:g_object_newv + fun:gst_plugin_register_static + fun:init_post +} + +# leaking cached queries which are only initialized once +{ + + Memcheck:Leak + fun:*alloc + fun:* + fun:* + fun:* + fun:_gst_query_initialize + fun:init_post +} + -- cgit v1.2.3