From 4f3c306ebb97e38247fed016c041db4275e8d88b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 1 Feb 2010 00:32:39 +0000 Subject: [PATCH] gst.supp: add some more valgrind suppressions for newer glib versions GLib 2.23.2, debian sid, amd64 --- gst.supp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 +} -- 2.7.4