From c505f4aaba555eb8e4ce6aceb723ea6934acbcf1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 15 Jun 2014 17:18:34 +0100 Subject: [PATCH] Added valgrind suppressions file --- prof.supp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prof.supp diff --git a/prof.supp b/prof.supp new file mode 100644 index 00000000..bfc4bf38 --- /dev/null +++ b/prof.supp @@ -0,0 +1,8 @@ +{ + _dl_init + Memcheck:Leak + ... + fun:_dl_init + obj:/lib/x86_64-linux-gnu/ld-2.17.so + ... +}