[gjs] gjs.supp: Add a few more suppressions



commit 99105574df71799c24fddd8bac4ca3661b980316
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 10 13:33:53 2011 -0500

    gjs.supp: Add a few more suppressions

 test/gjs.supp |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/test/gjs.supp b/test/gjs.supp
index f3c9ea6..43f3a50 100644
--- a/test/gjs.supp
+++ b/test/gjs.supp
@@ -35,6 +35,15 @@
 }
 
 {
+  g_type_register_dynamic malloc
+  Memcheck:Leak
+  fun:malloc
+  ...
+  fun:g_type_register_dynamic
+  ...
+}
+
+{
    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]