From: Tim-Philipp Müller Date: Mon, 1 Feb 2010 00:32:39 +0000 (+0000) Subject: gst.supp: add some more valgrind suppressions for newer glib versions X-Git-Tag: upstream/20130618~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f3c306ebb97e38247fed016c041db4275e8d88b;p=platform%2Fupstream%2Fgst-common.git gst.supp: add some more valgrind suppressions for newer glib versions GLib 2.23.2, debian sid, amd64 --- diff --git a/gst.supp b/gst.supp index b5a520e..10aaa1b 100644 --- a/gst.supp +++ b/gst.supp @@ -4420,6 +4420,25 @@ fun:init_post } +{ + + Memcheck:Leak + fun:*alloc + fun:* + fun:* + fun:* + fun:g_type_class_ref +} + +{ + + Memcheck:Leak + fun:*alloc + fun:* + fun:* + fun:type_iface* + fun:g_type_class_ref +} # Leaking core elements plugin @@ -4460,3 +4479,14 @@ fun:_Z41__static_initialization_and_destruction_0ii fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE } + +# GObject type registration +{ + + Memcheck:Leak + fun:*alloc + fun:* + fun:* + fun:freelist_alloc + fun:_g_atomic_array_copy +}