apple2ix/valgrind.suppress
Aaron Culliney 80b880550f Fix shutdown codepaths
- Ensures various shutdown codepaths (interface, cpu/audio, main/video, ...) run on proper thread(s)
    - Actually now runs the CloseAL() code
    - Try to ensure all detached threads exit ... seems to help keep Valgrind happy =)
2015-05-31 13:43:51 -07:00

15 lines
391 B
Plaintext

{
IGNORE glutCreateWindow allocation
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
obj:/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
obj:/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
obj:/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
fun:glXMakeContextCurrent
fun:fgOpenWindow
fun:fgCreateWindow
fun:glutCreateWindow
}