[gjs] Expand suppressions file



commit 49050327d36c59d06a7267d937aae36624621485
Author: Colin Walters <walters verbum org>
Date:   Wed Nov 9 05:51:18 2011 -0500

    Expand suppressions file

 test/gjs.supp |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/test/gjs.supp b/test/gjs.supp
index 80a16d8..f3c9ea6 100644
--- a/test/gjs.supp
+++ b/test/gjs.supp
@@ -8,6 +8,33 @@
 }
 
 {
+  g_type_add_interface_static malloc
+  Memcheck:Leak
+  fun:malloc
+  ...
+  fun:g_type_add_interface_static
+  ...
+}
+
+{
+  g_type_add_interface_dynamic malloc
+  Memcheck:Leak
+  fun:malloc
+  ...
+  fun:g_type_add_interface_dynamic
+  ...
+}
+
+{
+  g_type_class_ref malloc
+  Memcheck:Leak
+  fun:malloc
+  ...
+  fun:g_type_class_ref
+  ...
+}
+
+{
    g_type_init_with_debug_flags malloc
    Memcheck:Leak
    fun:malloc



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