From a7cacac93eebffee1863d85415a6bdb308098722 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 24 Jan 2015 21:28:01 -0800 Subject: [PATCH] valgrind.suppress: Add a memory leak reported for some dl helper. --- t/valgrind.suppress | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 7d62422..d0cd09e 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -32,3 +32,10 @@ fun:__nss_database_lookup ... } +{ + + Memcheck:Leak + ... + fun:dl_open_worker + ... +} -- 2.30.2