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 +}