Add valgrind suppression file

This commit is contained in:
Thiago de Arruda
2014-02-26 16:16:54 -03:00
parent c002ffe2f3
commit baaf24acea
4 changed files with 15 additions and 8 deletions

7
.valgrind.supp Normal file
View File

@@ -0,0 +1,7 @@
{
nss_parse_service_list
Memcheck:Leak
fun:malloc
fun:nss_parse_service_list
fun:__nss_database_lookup
}