Browse Source

port r14776 from 1.2: hwloc leak

Samuel Thibault 10 years ago
parent
commit
9cccc8f42d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tools/valgrind/hwloc.suppr

+ 8 - 0
tools/valgrind/hwloc.suppr

@@ -18,3 +18,11 @@
    ...
    fun:xmlDictCreate
 }
+
+{
+   libtool leaves memory behind
+   Memcheck:Leak
+   fun:malloc
+   ...
+   fun:lt_dlopenadvise
+}