diff --git a/ChangeLog b/ChangeLog index 61e2f38c5d..6c89875b26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Edward Hervey + + * testsuite/gstpython.supp: + Keeping suppresions + 2006-06-13 Edward Hervey * testsuite/gstpython.supp: diff --git a/testsuite/gstpython.supp b/testsuite/gstpython.supp index e60867579a..d3b9abc98e 100644 --- a/testsuite/gstpython.supp +++ b/testsuite/gstpython.supp @@ -226,16 +226,16 @@ 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 -# } +{ + 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 +}