diff --git a/ChangeLog b/ChangeLog index 2a4cc3f1a6..b4e626211d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-22 Sebastian Dröge + + * 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 Patch by: Brian Cameron diff --git a/common b/common index 2a19465fdb..84c6d3efac 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2a19465fdb43a75f4d32950fd2beb1beb950eec2 +Subproject commit 84c6d3efac27669ad45856ebe84a17d33359dc36 diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index 336882cc39..997f2ee7a5 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -19,3 +19,45 @@ fun:pango_config_key_get fun:pango_find_map } + +{ + + 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 +} + +{ + + 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 +} +