From 2364764ea26cf2b0c46fc7ed2f4f0d7c17bfe239 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 13 Jun 2006 14:43:41 +0000 Subject: [PATCH] testsuite/gstpython.supp: One more suppression added to bug #344761 Original commit message from CVS: * testsuite/gstpython.supp: One more suppression added to bug #344761 --- ChangeLog | 5 +++++ testsuite/gstpython.supp | 16 +++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e26b380b34..c021b99dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Edward Hervey + + * testsuite/gstpython.supp: + One more suppression added to bug #344761 + 2006-06-13 Edward Hervey * .cvsignore: diff --git a/testsuite/gstpython.supp b/testsuite/gstpython.supp index c63f59b136..d3b9abc98e 100644 --- a/testsuite/gstpython.supp +++ b/testsuite/gstpython.supp @@ -207,7 +207,7 @@ fun:jcompile } -#FIXME : This leak is is core. See bug #344761 +#FIXME : These leaks are in core. See bug #344761 { leak in init_gst, when creating the argv to give to gst_init_check() Memcheck:Leak @@ -225,3 +225,17 @@ fun:gst_init_check fun:init_gst } + +{ + The GDir is leaked. + Memcheck:Leak + fun:* + fun:g_malloc + fun:g_dir_open + fun:gst_registry_scan_path_level + fun:gst_registry_scan_path + fun:init_post + fun:g_option_context_parse + fun:gst_init_check + fun:init_gst +}