update valgrind suppression file (ignore system-wide libs)

This commit is contained in:
Robin Gareus 2014-06-15 13:01:49 +02:00
parent 80c7971f50
commit 51cbf674d3
1 changed files with 4 additions and 0 deletions

View File

@ -2,13 +2,17 @@
name
Memcheck:Leak
fun:*alloc
...
obj:/usr/lib/*.so.*
...
}
{
name
Memcheck:Leak
fun:*alloc
...
obj:/usr/lib/*-linux-gnu/*.so.*
...
}
{
name