tests/check/gst-plugins-base.supp: Add a suppression for a cached value in GIO that...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 22 Feb 2008 06:38:08 +0000 (06:38 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 22 Feb 2008 06:38:08 +0000 (06:38 +0000)
Original commit message from CVS:
* tests/check/gst-plugins-base.supp:
Add a suppression for a cached value in GIO that wasn't moved
while moving gio from -bad to -base.

ChangeLog
common
tests/check/gst-plugins-base.supp

index 2a4cc3f..b4e6262 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
 
+       * tests/check/gst-plugins-base.supp:
+       Add a suppression for a cached value in GIO that wasn't moved
+       while moving gio from -bad to -base.
+
+2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
+
        Patch by: Brian Cameron <brian dot cameron at sun dot com>
 
        * configure.ac:
diff --git a/common b/common
index 2a19465..84c6d3e 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2a19465fdb43a75f4d32950fd2beb1beb950eec2
+Subproject commit 84c6d3efac27669ad45856ebe84a17d33359dc36
index 336882c..997f2ee 100644 (file)
    fun:pango_config_key_get
    fun:pango_find_map
 }
+
+{
+   <suppression for a singleton in GIO that can't be cleaned up>
+   Memcheck:Leak
+   fun:realloc
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   fun:g_type_create_instance
+   fun:g_object_constructor
+   fun:g_object_newv
+   fun:g_object_new_valist
+   fun:g_object_new
+   fun:get_default_vfs
+   fun:g_once_impl
+   fun:g_vfs_get_default
+}
+
+{
+   <suppression for a singleton in GIO that can't be cleaned up>
+   Memcheck:Leak
+   fun:malloc
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   fun:g_type_create_instance
+   fun:g_object_constructor
+   fun:g_object_newv
+   fun:g_object_new_valist
+   fun:g_object_new
+   fun:get_default_vfs
+   fun:g_once_impl
+   fun:g_vfs_get_default
+}
+