- Add suppressions file for util.
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 12 Feb 2014 10:23:22 +0000 (10:23 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 12 Feb 2014 10:23:22 +0000 (10:23 +0000)
src/util/util.supp [new file with mode: 0644]

diff --git a/src/util/util.supp b/src/util/util.supp
new file mode 100644 (file)
index 0000000..f04775c
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  cache-libexecdir-value
+  Memcheck:Leak
+  fun:malloc
+  fun:GNUNET_xmalloc_unchecked_
+  fun:GNUNET_xmalloc_
+  fun:GNUNET_asprintf
+  fun:GNUNET_OS_installation_get_path
+  fun:GNUNET_OS_get_libexec_binary_path
+  ...
+}
\ No newline at end of file