tests/check/gst-plugins-base.supp: Add a suppression for a cached value in GIO that wasn't moved while moving gio fro...

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.
This commit is contained in:
Sebastian Dröge 2008-02-22 06:38:08 +00:00
parent 25675a762a
commit b88a725148
3 changed files with 49 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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>

2
common

@ -1 +1 @@
Subproject commit 2a19465fdb43a75f4d32950fd2beb1beb950eec2
Subproject commit 84c6d3efac27669ad45856ebe84a17d33359dc36

View file

@ -19,3 +19,45 @@
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
}