summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 304785b)
raw | patch | inline | side by side (parent: 304785b)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Jul 2014 19:47:36 +0000 (21:47 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Jul 2014 19:47:36 +0000 (21:47 +0200) |
t/valgrind.suppress | patch | blob | history |
diff --git a/t/valgrind.suppress b/t/valgrind.suppress
index 42761dde8c422d114b1a26ce20afebb94b6e3f0d..51da50c0628d181ca68db006bde3cf8333c81530 100644 (file)
--- a/t/valgrind.suppress
+++ b/t/valgrind.suppress
fun:srunner_run
fun:main
}
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:malloc
+ fun:nss_parse_service_list
+ fun:__nss_database_lookup
+ ...
+}