blob: f13fa69fe9ef69371629ce404819289726356854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Pass this file to Valgrind with "--suppressions=gm/valgrind.supp"
# to avoid reporting errors inside the driver.
{
nVidiaDriverUninitializedJump001
Memcheck:Cond
obj:/usr/lib/nvidia-current/libnvidia-glcore.so.280.13
}
{
nVidiaDriverLeak001
Memcheck:Leak
fun:malloc
obj:/usr/lib/nvidia-current/libGL.so.280.13
}
|