[gnumeric] Valgrind: more suppression.



commit b591a94a5518b78fd81ded2a5250a220f07f3e75
Author: Morten Welinder <terra gnome org>
Date:   Mon Aug 19 17:17:15 2013 -0400

    Valgrind: more suppression.
    
    Not our fault[tm].

 test/common.supp |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/test/common.supp b/test/common.supp
index 10122a5..8eba9a9 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -753,7 +753,7 @@
    fun:calloc
    fun:g_malloc0
    fun:g_closure_new_simple
-   fun:g_cclosure_new
+   fun:*
    fun:g_signal_connect_data
    ...
    fun:g_option_context_parse
@@ -768,3 +768,11 @@
    ...
    fun:g_dbus_connection_call
 }
+
+{
+   GLIB/G_QUARK_FROM_STATIC_STRING/MLK
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_quark_from_static_string
+}


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