From 709b55890b5fc1354fa867f9280e332a15cc2bf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Sep 2009 15:02:26 +0200 Subject: [PATCH] Update supressions for GLib 2.21 This creates static type data at different places now --- gst.supp | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gst.supp b/gst.supp index dd34923..befc734 100644 --- a/gst.supp +++ b/gst.supp @@ -925,6 +925,57 @@ fun:g_type_register_fundamental } +{ + + Memcheck:Leak + fun:malloc + fun:realloc + fun:g_realloc + fun:type_node_any_new_W +} + +{ + + Memcheck:Leak + fun:realloc + fun:g_realloc + fun:type_node_any_new_W +} + +{ + + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:type_data_make_W + fun:g_type_register_fundamental +} + +{ + + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:g_type_class_ref +} + +{ + + Memcheck:Leak + fun:malloc + fun:realloc + fun:g_realloc + fun:type_add_flags_W +} + +{ + + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:type_add_flags_W +} + #pthread memleaks { -- 2.7.4