mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-05 22:34:56 +01:00
update valgrind suppression file (ignore system-wide libs)
This commit is contained in:
parent
80c7971f50
commit
51cbf674d3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue