mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00:00
Add valgrind suppression file
This commit is contained in:
7
.valgrind.supp
Normal file
7
.valgrind.supp
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
nss_parse_service_list
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:nss_parse_service_list
|
||||
fun:__nss_database_lookup
|
||||
}
|
Reference in New Issue
Block a user