summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc/valgrind-suppress.txt
blob: 3e31d530f5aa9ba53f4f63eb57ac2ae510c1808b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The error variable in end() is stuff.cc never gets freed since
# exit() is called before end() returns.  See above suppression for more
# notes
{
	end_error_leak
	Memcheck:Leak
	obj:*
	obj:*libstdc++*
	obj:*libstdc++*
	obj:*libstdc++*
	obj:*libstdc++*
	obj:*libstdc++*
	fun:*end*
}

# An SDL "conditional jump or move" error, with the unitialized value
# being supplied by Nvidia's OpenGL library.
{
	tiles_SDL_Nvida_GL_cond
	Memcheck:Cond
    fun:X11_SetKeyboardState
	fun:X11_DispatchEvent
	obj:*
}