Skip to content

Commit

Permalink
Edit valgrind.supp for libdbus & libnvidia lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastau committed Nov 22, 2024
1 parent fc6aeab commit 8cf08d3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,29 @@
fun:_dbus*
...
}
{
dbus_memory_leak
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
obj:/usr/lib/x86_64-linux-gnu/libdbus-1.so.*
...
fun:dbus*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*libnvidia-glcore.so*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*libdbus-1.so*
...
}

0 comments on commit 8cf08d3

Please sign in to comment.