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



commit cf494ce2c655dc3ac3033e0c6d0b3e712fd8de3d
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]