[gxml/gsoc2013] test/valgrind/glib.supp: suppress g_log allocations



commit 35156771a8445bc0b4ecd977b366334676786383
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jul 28 01:30:12 2013 -0400

    test/valgrind/glib.supp: suppress g_log allocations

 test/valgrind/glib.supp |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/test/valgrind/glib.supp b/test/valgrind/glib.supp
index d6f735b..4f4ea36 100644
--- a/test/valgrind/glib.supp
+++ b/test/valgrind/glib.supp
@@ -13,4 +13,10 @@
   fun:start_thread
   fun:clone
 }
-  
\ No newline at end of file
+{
+  label
+  Memcheck:Leak
+  ...
+  fun:g_logv
+  fun:g_log
+}


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