You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
564 B
44 lines
564 B
# https://wiki.wxwidgets.org/Valgrind_Suppression_File_Howto
|
|
# https://www.valgrind.org/docs/manual/manual-core.html#manual-core.suppress
|
|
|
|
{
|
|
<OpenGL>
|
|
Memcheck:Leak
|
|
...
|
|
obj:/usr/lib/x86_64-linux-gnu/dri/iris_dri.so
|
|
}
|
|
|
|
{
|
|
<SDLPump>
|
|
Memcheck:Leak
|
|
...
|
|
fun:SDL_IBus_PumpEvents
|
|
}
|
|
|
|
{
|
|
<X11GL>
|
|
Memcheck:Leak
|
|
...
|
|
fun:X11_GL_CreateContext
|
|
}
|
|
|
|
{
|
|
<X11Cursor>
|
|
Memcheck:Leak
|
|
...
|
|
fun:X11_ShowCursor
|
|
}
|
|
|
|
{
|
|
<SDLDbus>
|
|
Memcheck:Leak
|
|
...
|
|
fun:SDL_DBus_Init.part.0
|
|
}
|
|
|
|
{
|
|
<X11Video>
|
|
Memcheck:Leak
|
|
...
|
|
fun:X11_VideoInit
|
|
}
|