testsuite/gstpython.supp: One more suppression added to bug #344761
authorEdward Hervey <bilboed@bilboed.com>
Tue, 13 Jun 2006 14:43:41 +0000 (14:43 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 13 Jun 2006 14:43:41 +0000 (14:43 +0000)
Original commit message from CVS:
* testsuite/gstpython.supp:
One more suppression added to bug #344761

ChangeLog
testsuite/gstpython.supp

index e26b380..c021b99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-06-13  Edward Hervey  <edward@fluendo.com>
 
+       * testsuite/gstpython.supp: 
+       One more suppression added to bug #344761
+
+2006-06-13  Edward Hervey  <edward@fluendo.com>
+
        * .cvsignore:
        Ignore more files
 
index c63f59b..d3b9abc 100644 (file)
    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
    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
+}