From 8e0c171be161f082bc5c7a1936324ee032a93cc4 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Wed, 14 Dec 2022 11:15:31 +0000 Subject: [PATCH] valgrind: remove nvidia from suppressions Latest driver update has caused the signature to change again and would need to be very generic. --- valgrind_suppressions.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/valgrind_suppressions.txt b/valgrind_suppressions.txt index a7372a7ea..0ad62cdb0 100644 --- a/valgrind_suppressions.txt +++ b/valgrind_suppressions.txt @@ -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