X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fvalgrind.suppress;h=7d624227572499309a23a21b0930a27a2c9ee4c1;hb=d862b8cd6eebfc65cc5f13a28411dcfa3cc8bfc2;hp=42761dde8c422d114b1a26ce20afebb94b6e3f0d;hpb=188e5fa138a0f74419f30216714ae9dae98ad2a1;p=sysdb.git diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 42761dd..7d62422 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -1,7 +1,7 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run_all @@ -10,7 +10,7 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run @@ -24,3 +24,11 @@ fun:srunner_run fun:main } +{ + + Memcheck:Leak + fun:malloc + fun:nss_parse_service_list + fun:__nss_database_lookup + ... +}