neovim/.valgrind.supp
Thiago de Arruda 88a49148b3 test: Pass --show-possibly-lost=no to valgrind in helpers.lua
This command-line flag will suppress all warnings about interior pointers,
which are used in hashtab.c.
2014-11-07 01:40:18 -03:00

15 lines
214 B
Plaintext

{
nss_parse_service_list
Memcheck:Leak
fun:malloc
fun:nss_parse_service_list
fun:__nss_database_lookup
}
{
uv_spawn_with_optimizations
Memcheck:Leak
fun:malloc
fun:uv_spawn
fun:job_start
}