From d0ea89e0ec3d8742c3247098ab550578c3fe2b9c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 4 Apr 2009 14:45:55 +0200 Subject: [PATCH] suppressions: Add variant of the g_type_init leak --- gst.supp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gst.supp b/gst.supp index f7bf2f4..e7620d2 100644 --- a/gst.supp +++ b/gst.supp @@ -907,6 +907,24 @@ fun:g_type_init_with_debug_flags } +{ + + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:* + fun:g_type_init_with_debug_flags +} + +{ + + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:type_node_any_new* + fun:g_type_register_fundamental +} + #pthread memleaks { -- 2.7.4