From 0559f038ada850f627529ece97f5a4e8721a7ecd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 8 Feb 2012 14:02:14 +0000 Subject: extra-tests: libnl moved from /lib64 to /usr/lib64 on Fedora. Update suppressions file to match. --- tests/extra/suppressions | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/extra/suppressions b/tests/extra/suppressions index 13e86c38..53e19e5a 100644 --- a/tests/extra/suppressions +++ b/tests/extra/suppressions @@ -79,6 +79,13 @@ fun:strdup obj:/lib64/libnl.so.1.1 } +{ + libnl1_malloc_leak_3 + Memcheck:Leak + fun:malloc + fun:strdup + obj:/usr/lib64/libnl.so.1.1 +} { libnl1_calloc_leak Memcheck:Leak @@ -91,6 +98,12 @@ fun:calloc obj:/lib64/libnl.so.1.1 } +{ + libnl1_calloc_leak_3 + Memcheck:Leak + fun:calloc + obj:/usr/lib64/libnl.so.1.1 +} # OCaml, by design, doesn't bother to free the major heap before # calling exit. Ignore that leak. -- cgit