From dd235df297375d9fa92e1b7ab07218b191526cc6 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 13 Jun 2006 13:28:47 +0000 Subject: [PATCH] testsuite/gstpython.supp: Added suppresion for leaks of bug #344761. Original commit message from CVS: * testsuite/gstpython.supp: Added suppresion for leaks of bug #344761. --- ChangeLog | 5 +++++ testsuite/gstpython.supp | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index 92493c845e..b4afb46514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Edward Hervey + + * testsuite/gstpython.supp: + Added suppresion for leaks of bug #344761. + 2006-06-13 Edward Hervey * .cvsignore: diff --git a/testsuite/gstpython.supp b/testsuite/gstpython.supp index 26203c2eb9..c63f59b136 100644 --- a/testsuite/gstpython.supp +++ b/testsuite/gstpython.supp @@ -206,3 +206,22 @@ fun:symtable_* fun:jcompile } + +#FIXME : This leak is is core. See bug #344761 +{ + leak in init_gst, when creating the argv to give to gst_init_check() + Memcheck:Leak + fun:* + fun:g_malloc + fun:init_gst +} + +{ + The GOption context is leaking in gst_init_check + Memcheck:Leak + fun:* + fun:g_malloc0 + fun:g_option_context_new + fun:gst_init_check + fun:init_gst +}