[libsoup] valgrind suppressions file updates



commit 9762d0307254726fd341f86ac8411d0e58cc9cf2
Author: Dan Winship <danw gnome org>
Date:   Sun May 16 05:14:33 2010 -0400

    valgrind suppressions file updates

 tests/libsoup.supp |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/tests/libsoup.supp b/tests/libsoup.supp
index 9b98593..35af861 100644
--- a/tests/libsoup.supp
+++ b/tests/libsoup.supp
@@ -109,6 +109,12 @@
    ...
    fun:g_resolver_get_default
 }
+{
+   glib/g_main_context_push_thread_default
+   Memcheck:Leak
+   ...
+   fun:g_main_context_push_thread_default
+}
 
 # probably using uninitialized memory as padding or something
 {
@@ -159,7 +165,7 @@
    Memcheck:Leak
    ...
    fun:g_ascii_strdown
-   fun:soup_uri_get_scheme
+   fun:soup_uri_parse_scheme
 }
 {
    libsoup/interned_headers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]