From: Edward Hervey Date: Fri, 27 Nov 2009 17:52:23 +0000 (+0100) Subject: gst.supp: More suppressions for data only created once at initialization X-Git-Tag: upstream/20130618~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0674a924ebd7dd43e625f1379db2c5c3050ee5ae;p=platform%2Fupstream%2Fgst-common.git gst.supp: More suppressions for data only created once at initialization --- 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 +} +