Skip to content

Commit

Permalink
Edit valgrind.supp for libdbus & libnvidia leak (#101)
Browse files Browse the repository at this point in the history
Added rules in valgrind.supp for libdbus.so & libnvidia leaks
  • Loading branch information
Kbz-8 authored Nov 22, 2024
2 parents fc6aeab + 8cf08d3 commit 4448479
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 4448479

Please sign in to comment.