Skip to content

Commit

Permalink
valgrind: remove nvidia from suppressions
Browse files Browse the repository at this point in the history
Latest driver update has caused the signature to change
again and would need to be very generic.
  • Loading branch information
ahayzen-kdab authored and Be-ing committed Dec 15, 2022
1 parent 79190d2 commit 8e0c171
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions valgrind_suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,39 +34,6 @@
fun:_dl_catch_exception
fun:dl_open_worker
}
{
nvidia_gl_leak_calloc
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
obj:*/libnvidia-glcore.so.470.*
...
obj:*/libGLX_nvidia.so.470.*
...
}
{
nvidia_gl_leak_realloc
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
obj:*/libnvidia-glcore.so.470.*
...
obj:*/libGLX_nvidia.so.470.*
...
}
{
nvidia_gl_leak_sendmsg
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__libc_sendmsg
fun:sendmsg
obj:*/libxcb.so.*
...
fun:xcb_flush
...
obj:*/libGLX_nvidia.so.470.*
obj:*/libnvidia-glcore.so.470.*
}
{
qt_core_qlibraryprivate_load
Memcheck:Leak
Expand Down

0 comments on commit 8e0c171

Please sign in to comment.